IMPR: linting updates

This commit is contained in:
Tony Air 2021-01-31 18:57:08 +07:00
parent 7b41f0be75
commit 4bd702c753
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# sass-lint config to match the AirBNB style guide
files:
include: 'app/client/src/**/*.scss'
include: 'src/**/*.scss'
ignore:
- 'app/client/src/thirdparty/*'
- 'src/thirdparty/*'
options:
formatter: stylish
merge-default-rules: false