add eslint override for cypress
This commit is contained in:
@@ -14,5 +14,13 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"import/no-unused-modules": "off",
|
"import/no-unused-modules": "off",
|
||||||
"unicorn/prevent-abbreviations": "off"
|
"unicorn/prevent-abbreviations": "off"
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": ["packages/docs/cypress/**"],
|
||||||
|
"parserOptions": {
|
||||||
|
"project": "./packages/docs/cypress/tsconfig.json"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user