Skip to content

Commit

Permalink
chore(eslint): add no-use-extend-native
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Jan 31, 2016
1 parent 7a44bf9 commit 5df68a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"parser": "babel-eslint",
"extends": "dustinspecker/esnext"
"extends": "dustinspecker/esnext",
"plugins": [
"no-use-extend-native"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"deku-prop-types": "^0.3.0",
"eslint": "^1.10.3",
"eslint-config-dustinspecker": "^0.3.1",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"nyc": "^5.3.0"
},
"ava": {
Expand Down

0 comments on commit 5df68a2

Please sign in to comment.