mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Excluded *.json
and *.toml
from ESLint
This commit is contained in:
parent
9effd57e82
commit
ac79549091
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"ignorePatterns": ["*.json", "*.toml"],
|
||||
"rules": {
|
||||
"arrow-body-style": ["error", "as-needed"],
|
||||
"complexity": ["warn", { "max": 30 }],
|
||||
|
|
Loading…
Reference in a new issue