Skip to content

Commit e8481e5

Browse files
committed
Fix lint error & package-lock.json version
1 parent 8010713 commit e8481e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ function componentVersionTsMacroCheck(context, node) {
243243
}
244244
}
245245

246-
// Rules run on two different AST node types: ExpressionStatement (CJS) and ExportDefaultDeclaration (ESM)
246+
// Rules run on two different AST node types: ExpressionStatement (CJS) and
247+
// ExportDefaultDeclaration (ESM)
247248
module.exports = {
248249
rules: {
249250
"required-properties-key": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)