Skip to content

Commit

Permalink
Bump eslint-config-hypothesis and remove redundant .eslintrc rule
Browse files Browse the repository at this point in the history
Upgrade `eslint-config-hypothesis` and remove the local `env` rule that
is handled by it.
  • Loading branch information
lyzadanger committed Mar 6, 2020
1 parent df87208 commit 75e0b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"extends": ["hypothesis", "plugin:jsx-a11y/recommended"],
"env": {
"es6": true
},
"globals": {
"Set": false
},
"rules": {
// Suppressed to make ESLint v6 migration easier.
"no-prototype-builtins": "off",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3162,9 +3162,9 @@ escodegen@~1.1.0:
source-map "~0.1.30"

eslint-config-hypothesis@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-hypothesis/-/eslint-config-hypothesis-2.0.0.tgz#18c185401d2f9c49cc455861b6a8add7675a1a63"
integrity sha512-B1lR2AAmdMixKePtoXDnbOqsdsI+AtNprdsRkN3K82hZvi4vvdAhZMwMCUJlg5EZK64kQV71/TbdqhPd+0ieJw==
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-hypothesis/-/eslint-config-hypothesis-2.1.0.tgz#7ad66217dc1eb6c8daaaf390709e1520373f1344"
integrity sha512-5qkCCL1jxEDXN5n+C26zNS37w0Oxrv0Lna87riHE558XGMhQZmvKC+JX5j0n8WORKXW4fobS3NPktroBfXl/Zg==

eslint-plugin-jsx-a11y@^6.2.3:
version "6.2.3"
Expand Down

0 comments on commit 75e0b2b

Please sign in to comment.