Skip to content

Commit

Permalink
Merge pull request #1002 from SoprisApps/upgrade-lerna-lint-better
Browse files Browse the repository at this point in the history
Do Lint Better
  • Loading branch information
drewpc authored Apr 24, 2019
2 parents c6f1377 + 8f4bfc6 commit 80dca46
Show file tree
Hide file tree
Showing 103 changed files with 2,876 additions and 5,162 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"plugins": [
"react"
],
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"rules": {
"react/jsx-uses-vars": 2,
"camelcase": 0,
Expand Down Expand Up @@ -59,6 +63,7 @@
"except-parens"
],
"no-constant-condition": 2,
"no-console": 1,
"no-dupe-args": 2,
"no-dupe-keys": 2,
"no-empty": 2,
Expand Down Expand Up @@ -98,6 +103,7 @@
"double"
],
"react/jsx-uses-react": 2,
"react/react-in-jsx-scope": 1, // make this a warning for now, until things can be refactored
"semi": [
0,
"always"
Expand Down
Loading

0 comments on commit 80dca46

Please sign in to comment.