Add ESLint and a generated config/ignore file
Manually changed some rules to better match @lhorie's style and reduce # of errors from ESLint.
This commit is contained in:
parent
e8755c11c7
commit
8450ca5d91
3 changed files with 258 additions and 2 deletions
9
.eslintignore
Normal file
9
.eslintignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
coverage
|
||||
.vscode
|
||||
examples
|
||||
docs
|
||||
node_modules
|
||||
tests
|
||||
test-utils
|
||||
ospec
|
||||
mithril.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue