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-22 14:02:37 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
539929ffc0
scratch-vm
/
.eslintrc.js
4 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
All linting other than console statements
2016-10-23 17:55:31 -04:00
module
.
exports
=
{
Use ES6 linting rules in the project root Update all tests for `no-var` and `prefer-arrow-callback` (using `--fix`)
2017-04-20 19:17:05 -04:00
extends
:
[
'scratch'
,
'scratch/node'
,
'scratch/es6'
]
All linting other than console statements
2016-10-23 17:55:31 -04:00
}
;
Reference in a new issue
Copy permalink