Skip to content
Snippets Groups Projects
Commit 2f4426a4 authored by Sky Brewer's avatar Sky Brewer
Browse files

ignore testing files for typescript lints

parent 007acd8d
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!486Resolve CE-2395 "Typescript start"
......@@ -98,7 +98,15 @@
{
"files": ["**/*.stories.*"],
"rules": {
"import/no-anonymous-default-export": "off"
"import/no-anonymous-default-export": "off",
"@typescript-eslint/no-var-requires": "off"
}
},
{
"files": ["**/mocks/mockAPI.js", "**/index.js", "cypress.config.js"],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off"
}
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment