Skip to content

Commit

Permalink
Change sass-lint config to very specifically target files to lint (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall authored and snide committed Jan 4, 2019
1 parent d568e65 commit 52d2be5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
files:
include:
- '{src,x-pack}/**/*.s+(a|c)ss'
ignore:
# _only include_ rollup and security files
- '**/x-pack/plugins/!(rollup|security)/**'
# ignore all of src
- '**/src/**/*'
# ignore all node_modules
- '**/node_modules/**'
- 'x-pack/plugins/rollup/**/*.s+(a|c)ss'
- 'x-pack/plugins/security/**/*.s+(a|c)ss'
rules:
quotes:
- 2
Expand Down

0 comments on commit 52d2be5

Please sign in to comment.