Skip to content

Commit

Permalink
eslint setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav-olsen-groupone committed Jul 8, 2016
1 parent 4745e17 commit bb72d53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/coverage
/fixtures
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: 'onelint',
env: {
es6: false
},
parserOptions: null
};
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"homepage": "https://github.com/Munter/express-systemjs-translate",
"devDependencies": {
"coveralls": "^2.11.3",
"eslint": "3.0.1",
"eslint-config-onelint": "1.1.0",
"express": "^4.13.1",
"istanbul": "^0.4.4",
"jshint": "^2.8.0",
Expand Down

0 comments on commit bb72d53

Please sign in to comment.