Skip to content

Commit 6583584

Browse files
christopherthielenmergify[bot]
authored andcommitted
chore(lint): Add yarn lint script
1 parent e21d358 commit 6583584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
1010
"fixmaps:bundle": "tweak_sourcemap_paths -a --include 'release/**/*.js.map'",
1111
"build": "npm run clean && npm run compile && npm run bundle && npm run fixmaps:lib && npm run fixmaps:bundle",
12+
"lint": "eslint src/**/*.ts",
1213
"package": "npm run build",
1314
"bundle": "npm run bundle_router && npm run bundle_monolithic_router && npm run bundle_events && npm run bundle_resolve",
1415
"bundle_monolithic_router": "rollup -c --environment ROUTER,MONOLITHIC && rollup -c --environment ROUTER,MINIFY,MONOLITHIC",

0 commit comments

Comments
 (0)