mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
Update to eslint-config-scratch 7
turns off no-warning-comments in line with WWW
This commit is contained in:
parent
6902ae2816
commit
e75593d5c5
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -5921,9 +5921,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"eslint-config-scratch": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-6.0.0.tgz",
|
||||
"integrity": "sha512-2aW7EVWhjTrwaM54hjAZeRETh/habWeQ5xzTbPO2dG//RtixBztUAmdxqAHKH8MEtmAMsUhf3mRjO1BstO4dGg==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-7.0.0.tgz",
|
||||
"integrity": "sha512-8Ko7aaC+Gv09lyz3x7+EaVZ68ga/4mnfGgwH1Jz/MnR4UJyJyYtUOtlWxsPspPOlPZzDAVL5CKEcxmCX24SrJA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-plugin-react": ">=7.14.2"
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-import": "0.13.0",
|
||||
"eslint-config-scratch": "6.0.0",
|
||||
"eslint-config-scratch": "7.0.0",
|
||||
"eslint-plugin-import": "2.23.4",
|
||||
"eslint-plugin-react": "7.20.3",
|
||||
"gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",
|
||||
|
|
Loading…
Reference in a new issue