Skip to content

Commit

Permalink
fix(dev): Tiny script that allows you to install eslint packages into…
Browse files Browse the repository at this point in the history
… main node_modules folder (for Atom)
  • Loading branch information
bengotow committed Jul 21, 2016
1 parent 7ca9f76 commit 7af69e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
},
"packageDependencies": {},
"scripts": {
"test": "./N1.sh --test"
"test": "./N1.sh --test",
"install-eslint-packages": "mv ./node_modules/sqlite3 ./sqlite3; npm install eslint@2.9.0 eslint-config-airbnb@8.0.0 eslint-plugin-import@1.7.0 eslint-plugin-jsx-a11y@1.0.4 eslint-plugin-react@5.0.1 babel-eslint@6.0.4; mv ./sqlite3 ./node_modules/sqlite3;"
}
}

0 comments on commit 7af69e3

Please sign in to comment.