mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-24 19:24:30 -08:00
added eslint that will validate the js
This commit is contained in:
parent
bdec10fde3
commit
888b74eae0
1 changed files with 6 additions and 0 deletions
|
@ -4,5 +4,11 @@
|
||||||
"Module": true,
|
"Module": true,
|
||||||
"Log": true,
|
"Log": true,
|
||||||
"MM": true
|
"MM": true
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"comma-dangle": "off",
|
||||||
|
"object-shorthand": "off",
|
||||||
|
"func-names": "off",
|
||||||
|
"space-before-function-paren": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue