mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 11:46:38 -05:00
Don't require spaces around operators (having this means you need to space out division)
This commit is contained in:
parent
f91d132083
commit
b1d35b6444
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ rules:
|
|||
- 1
|
||||
- include: true
|
||||
space-around-operator:
|
||||
- 1
|
||||
- 0
|
||||
- include: true
|
||||
space-before-bang:
|
||||
- 1
|
||||
|
|
Loading…
Reference in a new issue