mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Add gap to the valid property spellings
This commit is contained in:
parent
76ca0584ee
commit
5f0471ff4d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ rules:
|
||||||
no-mergeable-selectors: 1
|
no-mergeable-selectors: 1
|
||||||
no-misspelled-properties:
|
no-misspelled-properties:
|
||||||
- 1
|
- 1
|
||||||
- extra-properties: []
|
- extra-properties: [ 'gap' ]
|
||||||
no-qualifying-elements:
|
no-qualifying-elements:
|
||||||
- 1
|
- 1
|
||||||
- allow-element-with-attribute: true
|
- allow-element-with-attribute: true
|
||||||
|
|
Loading…
Reference in a new issue