add more es lint options
This commit is contained in:
parent
88fbdced97
commit
3b1fe2f9f6
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": ["next/core-web-vitals", "plugin:security/recommended"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2022
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user