Skip to content

Commit f088028

Browse files
author
Illia Obukhau
committed
fix(automation-utils): fix lint script
1 parent bf7a268 commit f088028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "tsc --watch",
17-
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
17+
"lint": "eslint --config ../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
1818
"compile:parser:widget": "peggy -o ./src/changelog-parser/parser/module/module.js ./src/changelog-parser/parser/module/module.pegjs",
1919
"compile:parser:module": "peggy -o ./src/changelog-parser/parser/widget/widget.js ./src/changelog-parser/parser/widget/widget.pegjs",
2020
"prepare": "pnpm run compile:parser:widget && pnpm run compile:parser:module && tsc",

0 commit comments

Comments
 (0)