mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Allow url domains and protocols in css
This commit is contained in:
parent
55cd1a3891
commit
8e5e06cc8c
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ rules:
|
|||
no-trailing-zero: 1
|
||||
no-transition-all: 0
|
||||
no-universal-selectors: 0
|
||||
no-url-domains: 1
|
||||
no-url-protocols: 1
|
||||
no-url-domains: 0
|
||||
no-url-protocols: 0
|
||||
no-vendor-prefixes:
|
||||
- 0
|
||||
- additional-identifiers: []
|
||||
|
|
Loading…
Reference in a new issue