mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 04:01:47 +03:00
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"extends": ["plugin:cypress/recommended", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["src/plugins/index.js"],
|
|
"rules": {
|
|
"@typescript-eslint/no-var-requires": "off",
|
|
"no-undef": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|