mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
Fix lint rules for src/renderer/
This commit is contained in:
parent
4a8bac49dd
commit
97db496efc
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
env: {
|
env: {
|
||||||
browser: true
|
browser: true,
|
||||||
|
node: true
|
||||||
},
|
},
|
||||||
extends: ['scratch', 'scratch/react']
|
extends: ['scratch', 'scratch/es6', 'scratch/react']
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue