mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
Update to eslint-config-scratch 2.0
We are on a fast release cycle here.
This commit is contained in:
parent
63cfa4229a
commit
9f0c4eb098
3 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
extends: ['scratch', 'scratch/node'],
|
extends: ['scratch', 'scratch/node']
|
||||||
env: {
|
|
||||||
node: true
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"babel-eslint": "7.0.0",
|
"babel-eslint": "7.0.0",
|
||||||
"copy-webpack-plugin": "3.0.1",
|
"copy-webpack-plugin": "3.0.1",
|
||||||
"eslint": "3.8.1",
|
"eslint": "3.8.1",
|
||||||
"eslint-config-scratch": "^1.0.0",
|
"eslint-config-scratch": "^2.0.0",
|
||||||
"expose-loader": "0.7.1",
|
"expose-loader": "0.7.1",
|
||||||
"gh-pages": "0.11.0",
|
"gh-pages": "0.11.0",
|
||||||
"highlightjs": "8.7.0",
|
"highlightjs": "8.7.0",
|
||||||
|
|
|
@ -2,7 +2,6 @@ module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
extends: 'scratch',
|
extends: 'scratch',
|
||||||
env: {
|
env: {
|
||||||
node: false,
|
|
||||||
browser: true
|
browser: true
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
|
|
Loading…
Reference in a new issue