Skip to content

Commit

Permalink
change linting issues to warnings instead of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmychu0807 committed Oct 3, 2019
1 parent 4240baa commit aab214c
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 170 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@
"eslintConfig": {
"extends": [
"react-app",
"semistandard"
]
"standard-warn"
],
"rules": {
"semi": [1, "always"],
"no-extra-semi": 1
}
},
"browserslist": {
"production": [
Expand All @@ -58,13 +62,10 @@
],
"devDependencies": {
"eslint": "6.x",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-config-standard-warn": "^0.0.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.1.1",
"semistandard": "^14.2.0"
"gh-pages": "^2.1.1"
}
}
Loading

0 comments on commit aab214c

Please sign in to comment.