Skip to content

Commit 088cf6c

Browse files
authored
Merge branch 'develop' into docs-fixes
2 parents baebb7a + 50d01f9 commit 088cf6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: docs/linter.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ npm run lint -- --fix
3333

3434
*(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)*
3535

36+

Diff for: template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
{{#lint}}
33-
"babel-eslint": "^8.2.1",
33+
"babel-eslint": "^7.2.3",
3434
"eslint": "^4.15.0",
3535
"eslint-friendly-formatter": "^3.0.0",
3636
"eslint-loader": "^1.7.1",

0 commit comments

Comments
 (0)