mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 14:02:37 -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 = {
|
||||
extends: ['scratch', 'scratch/node'],
|
||||
env: {
|
||||
node: true
|
||||
}
|
||||
extends: ['scratch', 'scratch/node']
|
||||
};
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"babel-eslint": "7.0.0",
|
||||
"copy-webpack-plugin": "3.0.1",
|
||||
"eslint": "3.8.1",
|
||||
"eslint-config-scratch": "^1.0.0",
|
||||
"eslint-config-scratch": "^2.0.0",
|
||||
"expose-loader": "0.7.1",
|
||||
"gh-pages": "0.11.0",
|
||||
"highlightjs": "8.7.0",
|
||||
|
|
|
@ -2,7 +2,6 @@ module.exports = {
|
|||
root: true,
|
||||
extends: 'scratch',
|
||||
env: {
|
||||
node: false,
|
||||
browser: true
|
||||
},
|
||||
globals: {
|
||||
|
|
Loading…
Reference in a new issue