mirror of
https://github.com/rschamp/gh-pages.git
synced 2026-02-09 10:33:42 +08:00
20 lines
333 B
Plaintext
20 lines
333 B
Plaintext
{
|
|
"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
|
|
}
|
|
} |