Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #228 from Jam3/feature/update-jam3-linter
Browse files Browse the repository at this point in the history
Update jam3's eslint
  • Loading branch information
iranreyes authored Feb 6, 2019
2 parents c3a0f7f + 56e93ae commit c2573da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion templates/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["react-app", "jam3"],
"extends": ["react-app", "react-jam3"],
"plugins": ["jam3"],
"settings": {
"react": {
Expand Down
19 changes: 10 additions & 9 deletions templates/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@jam3/wait": "1.0.0",
"@jam3/detect": "1.0.1",
"@jam3/react-check-extra-props": "1.0.0",
"@jam3/react-ui": "1.0.4",
"@jam3/react-ui": "1.0.5",
"bowser": "1.9.2",
"classnames": "2.2.6",
"default-passive-events": "1.0.10",
Expand Down Expand Up @@ -82,10 +82,10 @@
"babel-eslint": "10.0.1",
"cross-env": "5.1.6",
"eslint": "5.12.0",
"eslint-config-jam3": "0.1.4",
"eslint-config-postcss": "3.0.7",
"eslint-config-prettier": "3.3.0",
"eslint-config-react-app": "3.0.6",
"eslint-config-react-jam3": "1.0.0",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jam3": "0.2.1",
Expand Down

0 comments on commit c2573da

Please sign in to comment.