Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.0.x`
# ESLint builtin rules list based on `v7.1.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -219,6 +219,7 @@ rules:
no-inner-declarations: [error, both]
no-invalid-regexp: error
no-irregular-whitespace: error
no-loss-of-precision: error
no-misleading-character-class: error
no-obj-calls: error
no-prototype-builtins: error
Expand Down Expand Up @@ -500,7 +501,7 @@ overrides:
flowtype/no-types-missing-file-annotation: off

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v2.34.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v3.0.x`
##########################################################################

# Supported Rules
Expand Down
131 changes: 76 additions & 55 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "3.0.0",
"@typescript-eslint/parser": "3.0.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.0.63",
"dtslint": "3.6.2",
"eslint": "7.0.0",
"dtslint": "3.6.4",
"eslint": "7.1.0",
"eslint-plugin-flowtype": "5.1.0",
"eslint-plugin-graphql-internal": "file:./resources/eslint-rules",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-istanbul": "0.1.1",
"eslint-plugin-node": "11.1.0",
"flow-bin": "0.125.1",
"mocha": "7.1.2",
"mocha": "7.2.0",
"nyc": "15.0.1",
"prettier": "2.0.5",
"typescript": "3.9.2"
"typescript": "3.9.3"
}
}