mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 4,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"quotmark": "single",
|
|
"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"smarttabs": true
|
|
}
|