Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Aug 18, 2023
1 parent 9a898b7 commit a5d6d96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/Marcisbee/marklint#readme",
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/node": "^16.18.41",
"@types/node": "^20.5.0",
"eslint": "^7.14.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.6.3",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ module.exports = function validator() {
process.exit(0);
}

/** @type {Record<string, any>} */
const userConfig = {};
if (values.include) {
userConfig.include = values.include;
Expand Down

0 comments on commit a5d6d96

Please sign in to comment.