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