Skip to content

Commit

Permalink
move jshint config into .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
naoufal committed Jul 19, 2015
1 parent b4ddebf commit 680b4b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"esnext": true,
"node": true
}
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint"
},
"peerDependencies": {
"react-native": ">=0.4.0"
},
"main": "TouchID.ios.js",
"repository": {
"type": "git",
Expand All @@ -33,9 +30,8 @@
"url": "https://github.com/naoufal/react-native-touch-id/issues"
},
"homepage": "https://github.com/naoufal/react-native-touch-id",
"jshintConfig": {
"esnext": true,
"node": true
"peerDependencies": {
"react-native": ">=0.4.0"
},
"devDependencies": {
"eslint": "0.24.1",
Expand Down

0 comments on commit 680b4b8

Please sign in to comment.