Skip to content

Commit 506f154

Browse files
authored
build: add .scss files entry to knip (#20391)
1 parent 4c9858e commit 506f154

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

knip.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
".": {
44
// These entries are complementary to the ones found in package.json
55
"entry": ["lib/rules/index.js", "tools/internal-rules/*.js"],
6-
"project": ["{conf,lib,tools}/**/*.js"],
6+
"project": ["{bin,conf,lib,tools}/**/*.js"],
77
"mocha": {
88
"entry": [
99
"tests/{bin,conf,lib,tools}/**/*.js", // see Makefile.js
@@ -35,6 +35,7 @@
3535
],
3636
},
3737
"docs": {
38+
"entry": ["src/assets/scss/{styles,print}.scss"],
3839
"ignore": ["src/assets/js/search.js", "_examples/**"],
3940
},
4041
// Workspaces with default configs:

0 commit comments

Comments
 (0)