mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-10 05:14:42 +00:00
11 lines
165 B
Text
11 lines
165 B
Text
{
|
|
"curly" : true,
|
|
"eqeqeq": true,
|
|
"newcap": true,
|
|
"noarg" : true,
|
|
"node" : true,
|
|
"nonbsp": true,
|
|
"strict": true,
|
|
"undef" : true,
|
|
"unused": true
|
|
}
|