mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
27bc52c008
* feat: implement brave engine * refactor: correct indentations in stylelint config * docs: add dummy config option to config.lua * feat: implement safe_search_level in brave engine * refactor: move var to format * fix: make strict search above level 1
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"alpha-value-notation": "number",
|
|
"selector-class-pattern": null
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js"],
|
|
"customSyntax": "postcss-lit"
|
|
}
|
|
]
|
|
}
|