light_maymays/frontend/.eslintrc.json
2021-08-28 12:14:13 +02:00

21 lines
348 B
JSON

{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"airbnb-base"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"indent": ["error", 4]
}
}