This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-storage
Watch
1
Star
0
Fork
You've already forked scratch-storage
0
mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced
2025-08-20 18:39:50 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
renovate/npm-json-vulnerability
Branches
Tags
No results found.
scratch-storage
/
.eslintrc.js
5 lines
79 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Update to eslint-config-scratch 2.0.1
2016-10-24 12:54:06 -07:00
module
.
exports
=
{
Set `root: true` in .eslintrc.js
2016-12-08 21:17:07 -08:00
root
:
true
,
Lint: forbid both Node and browser globals Since this code is expected to work in both browser and Node contexts, globals specific to one or the other should be forbidden. If we need a particular symbol and Webpack provides a shim for it, we can add it explicitly.
2016-12-07 11:41:47 -08:00
extends
:
[
'scratch'
,
'scratch/node'
]
Update to eslint-config-scratch 2.0.1
2016-10-24 12:54:06 -07:00
}
;
Reference in a new issue
Copy permalink