json2scss-map
Version:
This is an utility tool for the developers to customizing colors, fonts & other whitelabel stuff and compiling into SCSS variable. So, anyone can change the look & feel of your app in just few steps.
25 lines (20 loc) • 338 B
Plain Text
{
"indent": 2,
"globalstrict": true,
"newcap": false,
"node": true,
"browser": true,
"unused": "vars",
"esnext": true,
"laxbreak": true,
"expr": true,
"globals": {
"Promise": true,
"describe": true,
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true,
"it": true
}
}