This commit is contained in:
Zsolt Ero
2024-09-25 14:21:32 +02:00
parent c31027198d
commit cf0243521a
5 changed files with 9 additions and 28 deletions

View File

@@ -12,27 +12,8 @@
"enabled": true,
"rules": {
"recommended": true,
"style": {
// "noUselessElse": "off",
// "noParameterAssign": "off",
// "noArguments": "off"
},
"a11y": {
// "useKeyWithClickEvents": "off",
// "useValidAnchor": "off",
"useButtonType": "off"
// "noBlankTarget": "off",
// "noNoninteractiveTabindex": "off"
},
"security": {
// "noDangerouslySetInnerHtml": "off"
},
"suspicious": {
"noAssignInExpressions": "off"
// "noArrayIndexKey": "off"
},
"complexity": {
// "noForEach": "off"
"noForEach": "off"
}
},
"ignore": []
@@ -45,6 +26,6 @@
},
"files": {
"maxSize": 100000,
"ignore": []
"ignore": ["venv", "dist", ".astro"]
}
}