Skip to content

Commit

Permalink
adding more restrictive eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kdybicz committed Mar 2, 2017
1 parent 17a1963 commit e5002ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"radix": 2,
"semi": 2,
"space-infix-ops": 2,
"strict": 0
"strict": 0,
"no-console": true
},
"globals": {
"AnalysisView": true,
Expand Down

0 comments on commit e5002ea

Please sign in to comment.