mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
36e445e631
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"parserOptions": {
|
|
"tsconfigRootDir": "",
|
|
"project": [
|
|
"./tsconfig.json"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"cypress",
|
|
"chai-friendly"
|
|
],
|
|
"extends": [
|
|
"plugin:cypress/recommended"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-expressions": 0,
|
|
"no-unused-expressions": 0,
|
|
"chai-friendly/no-unused-expressions": 2,
|
|
"@typescript-eslint/no-namespace": 0
|
|
},
|
|
"env": {
|
|
"cypress/globals": true
|
|
}
|
|
}
|