mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
eslint: Switch src/ env from shared to node
This commit is contained in:
parent
606f28ae43
commit
751406722d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
'shared-node-browser': true
|
||||
node: true
|
||||
},
|
||||
extends: ['scratch', 'scratch/es6']
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue