mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 11:29:16 -04:00
Use es6 lint rules
This commit is contained in:
parent
0bcc33cf4c
commit
f646a61c5b
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: 'scratch',
|
||||
extends: ['scratch', 'scratch/es6'],
|
||||
env: {
|
||||
browser: true
|
||||
},
|
||||
globals: {
|
||||
Promise: true
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue