uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
27 lines (26 loc) • 509 B
JSON
{
"root": true,
"env": {
"es6": true,
"browser": true
},
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2022
},
"globals": {
"VERSION": true,
"ICONS": true,
"NAME": true
},
"rules": {
"sort-imports": [
"error",
{
"ignoreCase": true,
"ignoreDeclarationSort": true
}
]
}
}