1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-25 11:53:24 +02:00
2020-10-16 19:37:34 +02:00

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"
}
}
]
}