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