2020-12-01 18:12:30 +01:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es2021": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"prettier",
|
|
|
|
"jsdoc"
|
|
|
|
],
|
|
|
|
"rules": {
|
2020-12-16 08:43:34 +01:00
|
|
|
"prettier/prettier": "error",
|
|
|
|
"jsdoc/valid-types": "off"
|
2020-12-01 18:12:30 +01:00
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:jsdoc/recommended"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 12,
|
|
|
|
"sourceType": "module"
|
|
|
|
}
|
|
|
|
}
|