mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
15 lines
309 B
JSON
15 lines
309 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2021": true
|
||
|
},
|
||
|
"extends": ["eslint:recommended", "plugin:lit/recommended", "plugin:wc/recommended"],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-mixed-spaces-and-tabs": 0
|
||
|
}
|
||
|
}
|