mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
Config/eslint (#78)
* config/eslint: upgrade eslint config * config/eslint: version bump
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"plugins": [],
|
||||
"rules": {
|
||||
"prettier/prettier": ["error", {
|
||||
"endOfLine": "auto",
|
||||
"singleQuote": true
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user