Skip to content

Commit 199bbfb

Browse files
committed
Add lint script to victorialogs plugin
Uses the monorepo root `.eslintrc.js`. Signed-off-by: Jeremy Rickards <jeremy.rickards@sap.com>
1 parent fe489fa commit 199bbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

victorialogs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
99
"build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
1010
"build:types": "tsc --project tsconfig.build.json",
11+
"lint": "eslint src --ext .ts,.tsx",
1112
"test": "cross-env LC_ALL=C TZ=UTC jest",
1213
"type-check": "tsc --noEmit"
1314
},

0 commit comments

Comments
 (0)