mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change sass-lint config to very specifically target files to lint (#28048)
This commit is contained in:
parent
d568e65e78
commit
52d2be5312
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue