Skip to content

Commit

Permalink
fix(prepack): eslint and commitlint (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov authored Nov 13, 2024
1 parent f17da9e commit e00ec8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}
3 changes: 2 additions & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}
},
"typecheckSkipLibCheck": true
}

0 comments on commit e00ec8c

Please sign in to comment.