mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
15 lines
239 B
Text
15 lines
239 B
Text
{
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"nonbsp": true,
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"trailing": true,
|
|
"undef": true
|
|
}
|