Skip to content

Commit

Permalink
Fix eslint packages added to the package.json and .gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 8, 2017
1 parent e7cf3ba commit 86a2578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
},
"homepage": "https://github.com/Simounet/LeedVibes#readme",
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^3.0.0",
Expand Down

0 comments on commit 86a2578

Please sign in to comment.