add more es lint options

This commit is contained in:
Lee 2022-11-15 03:32:13 +00:00
parent 88fbdced97
commit 3b1fe2f9f6
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "plugin:security/recommended"],
"parserOptions": {
"ecmaVersion": 2022
}
}