/[sudobot]/trunk/.eslintrc
ViewVC logotype

Diff of /trunk/.eslintrc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 163 by rakin, Mon Jul 29 17:28:46 2024 UTC revision 164 by rakin, Mon Jul 29 17:28:51 2024 UTC
# Line 11  Line 11 
11      ],      ],
12      "rules": {      "rules": {
13          "prefer-const": "warn",          "prefer-const": "warn",
14            "no-mixed-spaces-and-tabs": "warn",
15          "@typescript-eslint/no-inferrable-types": "warn",          "@typescript-eslint/no-inferrable-types": "warn",
16          "no-useless-escape": "warn",          "no-useless-escape": "warn",
17          "@typescript-eslint/no-empty-function": "warn",          "@typescript-eslint/no-empty-function": "warn",
# Line 22  Line 23 
23          "use-isnan": "warn",          "use-isnan": "warn",
24          "@typescript-eslint/ban-types": "warn"          "@typescript-eslint/ban-types": "warn"
25      }      }
 }  
26    }

Legend:
Removed from v.163  
changed lines
  Added in v.164

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26