Skip to content

Commit 1a59fb2

Browse files
author
drowl87
committed
update linting scripts/config
1 parent 72b8a4b commit 1a59fb2

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.eslintrc.prepublish.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"main": "dist/index.js",
2626
"scripts": {
2727
"build": "tsc && gulp build:icons",
28-
"lint": "eslint nodes package.json",
29-
"lintfix": "eslint nodes package.json --fix",
28+
"lint": "eslint \"nodes/**/*.{ts,js}\" package.json",
29+
"lint:fix": "eslint \"nodes/**/*.{ts,js}\" package.json --fix",
3030
"prepublishOnly": "npm run build && npm run lint"
3131
},
3232
"files": [

0 commit comments

Comments
 (0)