dss-parser-variable
Version:
A variable parser for DSS (Documented Stylesheets)
40 lines (39 loc) • 612 B
Plain Text
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"smarttabs": true,
"strict": true,
"trailing": true,
"undef": true,
"validthis": true,
"predef": [
"$",
"jQuery",
"before",
"beforeEach",
"define",
"describe",
"describeComponent",
"describeMixin",
"expect",
"it",
"requirejs",
"setupComponent",
"MWL",
"Hogan",
"spyOn",
"spyOnEvent"
]
}