mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
24 lines
409 B
JSON
24 lines
409 B
JSON
|
{
|
||
|
"parserOptions": {
|
||
|
"tsconfigRootDir": "",
|
||
|
"project": [
|
||
|
"./cypress/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
|
||
|
},
|
||
|
"env": {
|
||
|
"cypress/globals": true
|
||
|
}
|
||
|
}
|