Skip to content

Commit

Permalink
Use the old "var" syntax, and max line 120
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Jan 22, 2018
1 parent 8d3d8f3 commit 9f1c064
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

11 changes: 11 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,11 @@
{
"extends": "google",
"env": {
"browser": true,
"node": true
},
"rules": {
"no-var": "off",
"max-len": ["error", { "code": 120, "tabWidth": 4 }]
}
}

0 comments on commit 9f1c064

Please sign in to comment.