This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-vm
Watch
1
Star
0
Fork
You've already forked scratch-vm
0
mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced
2024-12-25 15:32:40 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
190f4b5796
scratch-vm
/
src
/
.eslintrc.js
8 lines
118 B
JavaScript
Raw
Normal View
History
Unescape
Escape
All linting other than console statements
2016-10-23 17:55:31 -04:00
module
.
exports
=
{
root
:
true
,
Use es6 lint rules
2017-04-17 15:09:57 -04:00
extends
:
[
'scratch'
,
'scratch/es6'
]
,
All linting other than console statements
2016-10-23 17:55:31 -04:00
env
:
{
browser
:
true
}
}
;
Reference in a new issue
Copy permalink