Squashed commit of the following: commit d3f52ff6876f6e246c7d3c188e56cc2370289341 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Aug 17 14:10:38 2021 +0200 Renamed all dafa instances to msfa
21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"parserOptions": {
|
|
"project": "apps/mina-sidor-fa-e2e/tsconfig.*?.json"
|
|
},
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["src/plugins/index.js"],
|
|
"rules": {
|
|
"@typescript-eslint/no-var-requires": "off",
|
|
"no-undef": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|