mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
14 lines
234 B
Plaintext
14 lines
234 B
Plaintext
{
|
|
"camelcase": true,
|
|
"curly" : true,
|
|
"eqeqeq" : true,
|
|
"immed" : true,
|
|
"newcap" : true,
|
|
"noarg" : true,
|
|
"node" : true,
|
|
"nonbsp" : true,
|
|
"strict" : true,
|
|
"trailing" : true,
|
|
"undef" : true
|
|
}
|