Skip to content

Commit

Permalink
Update eslint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreKavalerski committed Dec 28, 2017
1 parent 3adbced commit 9798300
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"extends": "airbnb-base",
"plugins": [
"import"
]
],
"env": {
"node": true,
"mocha": true
},
"rules":{
"no-param-reassign": 0,
"no-unused-expressions": 0
}
}

0 comments on commit 9798300

Please sign in to comment.