Skip to content

Commit 60774ad

Browse files
committed
remove npm run lint scripts
1 parent 884e0ac commit 60774ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "lib/Image.js",
66
"scripts": {
77
"build": "tsc",
8-
"lint": "eslint src/**/*.{js,jsx} test/**/*.{js,jsx}",
98
"test": "NODE_PATH=. NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha",
109
"test:coverage": "NODE_PATH=. NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json nyc mocha",
1110
"coveralls": "NODE_ENV=test nyc report --reporter=text-lcov | $(npm bin)/coveralls",

0 commit comments

Comments
 (0)