mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-07 13:12:12 -05:00
build: remove deprecated eslint-config-import
This commit is contained in:
parent
96db8cde53
commit
3f9e376ac8
3 changed files with 1 additions and 8 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -6569,12 +6569,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"eslint-config-import": {
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-import/-/eslint-config-import-0.13.0.tgz",
|
||||
"integrity": "sha1-CC8wVef/ZRAQUm01rJoorOQ4pUQ=",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-config-scratch": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-7.0.0.tgz",
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-import": "0.13.0",
|
||||
"eslint-config-scratch": "7.0.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-react": "7.20.3",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
module.exports = {
|
||||
/* eslint-enable import/no-commonjs */
|
||||
root: true,
|
||||
extends: ['scratch', 'scratch/es6', 'scratch/react', 'import'],
|
||||
extends: ['scratch', 'scratch/es6', 'scratch/react', 'plugin:import/recommended'],
|
||||
env: {
|
||||
browser: true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue