band-plan-web/.eslintrc

13 lines
179 B
Plaintext
Raw Normal View History

2024-05-14 21:10:53 +02:00
{
"env": {
2024-05-24 18:47:12 +02:00
"browser": true,
"es6": true
2024-05-14 21:10:53 +02:00
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {},
"plugins": [ "html" ]
}