Eslint error when adding rule @typescript-eslint/interface-name-prefix

The rule @typescript-eslint/interface-name-prefix has been removed as you can see here.

You can achieve the same effect of [ "error", { "prefixWithI": "always" }] with the following:

{
  "@typescript-eslint/naming-convention": [
    "error",
    {
      "selector": "interface",
      "format": ["PascalCase"],
      "custom": {
        "regex": "^I[A-Z]",
        "match": true
      }
    }
  ]
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)