diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json index 81fb75f..1a2da6e 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,8 @@ "prettier" ], "parser": "@typescript-eslint/parser", - "plugins": [ - "@typescript-eslint" - ], + "plugins": ["@typescript-eslint"], "root": true, - "ignorePatterns": [ - "dist/**" - ] + "ignorePatterns": ["dist/**"] } } |
