UNPKG

amazeui-custom

Version:

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

22 lines (21 loc) 332 B
{ "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 } }