mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
67ddcd8c68
* feat/table add react-table * feat/table add protected table route * feat/table upgrade dependencies * feat/table support parsing of new properties Co-authored-by: DeepSource Bot <bot@deepsource.io>
22 lines
360 B
Plaintext
22 lines
360 B
Plaintext
{
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:prettier/recommended",
|
|
"plugin:cypress/recommended"
|
|
],
|
|
"plugins": [],
|
|
"rules": {
|
|
"prettier/prettier": ["error", {
|
|
"endOfLine": "auto",
|
|
"singleQuote": true,
|
|
"printWidth": 100
|
|
}]
|
|
}
|
|
}
|