use eslint to fix indentation of app loader js
parent
765be3ef40
commit
2fd2caaacc
|
|
@ -0,0 +1 @@
|
||||||
|
espruinotools.js
|
||||||
|
|
@ -4,7 +4,13 @@
|
||||||
"sourceType": "script"
|
"sourceType": "script"
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"indent": [
|
||||||
|
"warn",
|
||||||
|
2,
|
||||||
|
{
|
||||||
|
"SwitchCase": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue