mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"extends" : "standard",
|
|
"rules": {
|
|
"indent": [
|
|
"error",
|
|
4,
|
|
{
|
|
"SwitchCase": 1
|
|
}
|
|
]
|
|
},
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"worker": true
|
|
},
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"allowImportExportEverywhere": true
|
|
}
|
|
} |