mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"strict": true
|
|
}
|