mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-02-04 14:11:27 +02:00
14 lines
282 B
JSON
14 lines
282 B
JSON
|
{
|
||
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
||
|
"ignorePatterns": ["!**/*"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["src/plugins/index.js"],
|
||
|
"rules": {
|
||
|
"@typescript-eslint/no-var-requires": "off",
|
||
|
"no-undef": "off"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|