Skip to content

Commit

Permalink
prefer classes over function prototypes to define classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed May 7, 2019
1 parent cfa92ab commit e6675db
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 850 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ecmaVersion": 6
},
"rules": {
"no-debugger": "error",
"no-var": "error",
"prefer-arrow-callback": "error",
"prefer-const": "error",
Expand Down
Loading

0 comments on commit e6675db

Please sign in to comment.