Skip to content

Commit

Permalink
Merge branch 'develop' into docs-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg authored Feb 5, 2018
2 parents baebb7a + 50d01f9 commit 088cf6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ npm run lint -- --fix

*(The `--` in the middle is necessary to ensure the `--fix` option is passed to `eslint`, not to `npm`. It can be omitted when using yarn)*


2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
{{#lint}}
"babel-eslint": "^8.2.1",
"babel-eslint": "^7.2.3",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
Expand Down

0 comments on commit 088cf6c

Please sign in to comment.