feat(nvim): add css linting and language specific tab space
This commit is contained in:
parent
687993617d
commit
044362378a
3 changed files with 41 additions and 4 deletions
hosts/wim/config/ags
14
hosts/wim/config/ags/.stylelintrc.yml
Normal file
14
hosts/wim/config/ags/.stylelintrc.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
extends: stylelint-config-standard-scss
|
||||
ignoreFiles: "**/*.js"
|
||||
rules:
|
||||
selector-type-no-unknown: null
|
||||
declaration-empty-line-before: null
|
||||
no-descending-specificity: null
|
||||
selector-pseudo-class-no-unknown: null
|
||||
color-function-notation: legacy
|
||||
alpha-value-notation: number
|
||||
scss/operator-no-unspaced: null
|
||||
scss/no-global-function-names: null
|
||||
scss/dollar-variable-empty-line-before: null
|
||||
scss/dollar-variable-pattern: ^[a-z]+(_[a-z]+)*$
|
||||
scss/at-mixin-pattern: ^[a-z]+(_[a-z]+)*$
|
Loading…
Add table
Add a link
Reference in a new issue