@rolemodel/optics
Version:
Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects.
15 lines (14 loc) • 349 B
JSON
{
"root": true,
"extends": ["standard", "prettier"],
"rules": {
"no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_", // Allow unused arguments starting with an underscore
"varsIgnorePattern": "^_", // Allow unused variables starting with an underscore
"ignoreRestSiblings": true
}
]
}
}