diff options
author | Michal Sapka <michal@sapka.me> | 2022-08-04 20:09:19 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-08-04 20:09:19 +0200 |
commit | f6ffdfbe8fc0940ec0f85a51f5d5b96e1f05451c (patch) | |
tree | 64c6dd0dc70be8a211a6ed0fcde9baac8ad47c7c /.eslintrc.json |
feature: blank next.js
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..bffb357 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "next/core-web-vitals" +} |