mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
f0fe7f5ac2
- added e2e tests for - banner - history - intro - language - link - added e2e workflow - added cypress badge to README
23 lines
409 B
JSON
23 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
|
|
}
|
|
}
|