eslint-config-mixpanel
Version:
Mixpanel JavaScript style
20 lines (19 loc) • 425 B
Plain Text
{
"brackets": "never",
"colons": "never",
"commaSpace": "always",
"commentSpace": "always",
"indentPref": 2,
"leadingZero": "always",
"maxWarnings": 0,
"mixed": true,
"parenSpace": false,
"prefixVarsWithDollar": true,
"quotePref": "single",
"semicolons": "never",
"sortOrder": "alphabetical",
"stackedProperties": "never",
"trailingWhitespace": "never",
"valid": false,
"zeroUnits": false
}