diff options
Diffstat (limited to 'examples/non-monorepo/.eslintrc.json')
| -rw-r--r-- | examples/non-monorepo/.eslintrc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/non-monorepo/.eslintrc.json b/examples/non-monorepo/.eslintrc.json new file mode 100644 index 0000000..a2569c2 --- /dev/null +++ b/examples/non-monorepo/.eslintrc.json @@ -0,0 +1,4 @@ +{ + "root": true, + "extends": "next/core-web-vitals" +} |
