tidy up some linting files

This commit is contained in:
Dave Conway-Jones
2017-03-09 23:18:22 +00:00
parent 2f218740c6
commit a63df3c41d
3 changed files with 18 additions and 21 deletions

View File

@@ -2,6 +2,9 @@
"asi": true, // allow missing semicolons
"curly": true, // require braces
"eqnull": true, // ignore ==null
//"eqeqeq": true, // enforce ===
"freeze": true, // don't allow override
"indent": 4, // default indent of 4
"forin": true, // require property filtering in "for in" loops
"immed": true, // require immediate functions to be wrapped in ( )
"nonbsp": true, // warn on unexpected whitespace breaking chars