Skip to content

Commit 5ec4ccf

Browse files
committed
remove lint from package.json
1 parent 9616f69 commit 5ec4ccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/hyperwebjs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"codegen": "ts-node ./scripts/codegen.ts",
2727
"build": "npm run clean; npm run codegen; tsc; tsc -p tsconfig.esm.json; npm run copy",
2828
"build:dev": "npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
29-
"lint": "eslint . --fix",
3029
"test": "jest",
3130
"test:watch": "jest --watch"
3231
},

0 commit comments

Comments
 (0)