feat: restore scan quality, implement standardized naming, and add cask_type integration
This commit is contained in:
15
.eslintrc.json
Normal file
15
.eslintrc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
"next/core-web-vitals"
|
||||
],
|
||||
"plugins": [
|
||||
"security"
|
||||
],
|
||||
"rules": {
|
||||
"security/detect-object-injection": "warn",
|
||||
"security/detect-unsafe-regex": "warn",
|
||||
"security/detect-eval-with-expression": "error",
|
||||
"security/detect-non-literal-fs-filename": "warn",
|
||||
"security/detect-child-process": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user