mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-25 08:48:05 -05:00
20 lines
333 B
Text
20 lines
333 B
Text
|
{
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"indent": 2,
|
||
|
"latedef": true,
|
||
|
"newcap": true,
|
||
|
"nonew": true,
|
||
|
"quotmark": "single",
|
||
|
"undef": true,
|
||
|
"trailing": true,
|
||
|
"maxlen": 80,
|
||
|
"globals": {
|
||
|
"Buffer": false,
|
||
|
"exports": true,
|
||
|
"module": false,
|
||
|
"process": false,
|
||
|
"require": false,
|
||
|
"__dirname": false
|
||
|
}
|
||
|
}
|