mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-09 14:37:54 -05:00
22 lines
308 B
Plaintext
22 lines
308 B
Plaintext
{
|
|
"boss": true,
|
|
"browser": true,
|
|
"curly": false,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"globals": {
|
|
"define": true,
|
|
"require": true,
|
|
"module": true
|
|
},
|
|
"immed": true,
|
|
"latedef": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"jquery": true,
|
|
"qunit": true,
|
|
"unused": false
|
|
}
|