Skip to content

Commit

Permalink
Update ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Dec 24, 2018
1 parent 3b9ea61 commit 9b777b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rules:
flowtype/valid-syntax: off

##################################################
# ESLint builtin rules list based on `v5.10.0`
# ESLint builtin rules list based on `v5.11.0`
##################################################

# Possible Errors
Expand Down Expand Up @@ -114,7 +114,6 @@ rules:
no-unsafe-negation: error
require-atomic-updates: error
use-isnan: error
valid-jsdoc: off
valid-typeof: error

# Best Practices
Expand Down Expand Up @@ -180,6 +179,7 @@ rules:
no-unused-expressions: error
no-unused-labels: error
no-useless-call: error
no-useless-catch: error
no-useless-concat: error
no-useless-escape: error
no-useless-return: error
Expand Down Expand Up @@ -309,7 +309,6 @@ rules:
prefer-object-spread: error
quote-props: off
quotes: off
#require-jsdoc: undecided
semi: off
semi-spacing: off
semi-style: off
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"benchmark": "2.1.4",
"chai": "4.2.0",
"coveralls": "3.0.2",
"eslint": "5.10.0",
"eslint": "5.11.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-prettier": "3.0.0",
"flow-bin": "0.89.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@ eslint-visitor-keys@^1.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==

eslint@5.10.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.10.0.tgz#24adcbe92bf5eb1fc2d2f2b1eebe0c5e0713903a"
integrity sha512-HpqzC+BHULKlnPwWae9MaVZ5AXJKpkxCVXQHrFaRw3hbDj26V/9ArYM4Rr/SQ8pi6qUPLXSSXC4RBJlyq2Z2OQ==
eslint@5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.0.tgz#51a0e70f137a425fe044cd48273b96f28a774b1f"
integrity sha512-gbEg0ttToZPkZUv2yYjpipxuYrv/9aSSmgM4V6GkiO3u04QosHYBtduUCqLEulEg3YvNDAkk3OWzyQJ/heZ3Nw==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down

0 comments on commit 9b777b1

Please sign in to comment.