mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-24 11:46:19 +02:00
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"parserOptions": {
|
|
"project": ["apps/blueprints-e2e/tsconfig.*?.json"]
|
|
},
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["src/plugins/index.js"],
|
|
"rules": {
|
|
"@typescript-eslint/no-var-requires": "off",
|
|
"no-undef": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|