amazeui-custom
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
22 lines (21 loc) • 332 B
Plain Text
{
"browser": true,
"node": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"expr": true,
"immed": true,
"indent": 2,
"maxlen": 80,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": "vars",
"strict": true,
"globals": {
"define": true,
"module": true
}
}