Excluded *.json and *.toml from ESLint

This commit is contained in:
Kir_Antipov 2021-12-07 21:58:45 +03:00
parent 9effd57e82
commit ac79549091

View file

@ -9,6 +9,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": ["*.json", "*.toml"],
"rules": {
"arrow-body-style": ["error", "as-needed"],
"complexity": ["warn", { "max": 30 }],