Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f59e3fa

Browse files
author
Marlow Payne
committed
Add ignore to sass-lint ruleset
1 parent 01c09e3 commit f59e3fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css/.sass-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
files:
1616
include: '**/*.s+(a|c)ss'
17+
ignore:
18+
- 'node_modules/**/*.scss'
19+
- 'app/global/styles/base/**/*.scss'
1720
options:
1821
formatter: stylish
1922
merge-default-rules: false

0 commit comments

Comments
 (0)