Brave for the search engine (#335)

* 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
This commit is contained in:
jkaczmarkiewicz 2023-10-16 19:25:15 +02:00 committed by GitHub
parent fc3b416970
commit 27bc52c008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 103 additions and 2 deletions

View file

@ -1,10 +1,10 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard",
"rules": {
"alpha-value-notation": "number",
"selector-class-pattern": null
},
"overrides": [
"overrides": [
{
"files": ["*.js"],
"customSyntax": "postcss-lit"