Skip to content

Commit

Permalink
we missed those
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Feb 24, 2024
1 parent 0ea4e14 commit 4fdb75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"coverage",
"test",
"tools",
"webpack.conf.js",
"tmp*",
".mocharc.js",
".mocharc.cjs",
".eslintrc.cjs",
"src/cli/tools/svg-in-html-snippets/script.snippet.js",
"src/cli/tools/svg-in-html-snippets/script.snippet.cjs",
"src/cli/init-config/get-user-input.mjs",
"src/cli/listeners/*/index.mjs",
"src/cli/listeners/{cli-feedback,ndjson}.mjs"
Expand Down
2 changes: 1 addition & 1 deletion types/options.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface ICruiseOptions {
*
* This ain't in none of the json schemas, but is used internally _instead_
* of the rule set defined on global configuration level. Judo
* (a.o. flattening out extended rule sets) done in ../src/cli/normalize-options.js
* (a.o. flattening out extended rule sets) done in ../src/cli/normalize-cli-options.mjs
*/
ruleSet?: IFlattenedRuleSet;
/**
Expand Down

0 comments on commit 4fdb75a

Please sign in to comment.