diff options
Diffstat (limited to 'apps/web/.eslintrc.json')
| -rw-r--r-- | apps/web/.eslintrc.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/web/.eslintrc.json b/apps/web/.eslintrc.json index d8649b49..abd7bea7 100644 --- a/apps/web/.eslintrc.json +++ b/apps/web/.eslintrc.json @@ -3,7 +3,5 @@ "next/core-web-vitals", "plugin:eslint-plugin-next-on-pages/recommended" ], - "plugins": [ - "eslint-plugin-next-on-pages" - ] -}
\ No newline at end of file + "plugins": ["eslint-plugin-next-on-pages"] +} |