mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -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 = {
|
||||
root: true,
|
||||
env: {
|
||||
browser: true
|
||||
browser: true,
|
||||
node: true
|
||||
},
|
||||
extends: ['scratch', 'scratch/react']
|
||||
extends: ['scratch', 'scratch/es6', 'scratch/react']
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue