Skip to content

Commit e483220

Browse files
committed
get rid of npm lint stuff
Will replace with prettier at some point, but for now, whatever.
1 parent 689928a commit e483220

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@
99
},
1010
"scripts": {
1111
"genparse": "node scripts/generate-parse-fixtures.js",
12-
"template-oss-apply": "template-oss-apply --force",
13-
"lint": "eslint \"**/*.js\"",
14-
"postlint": "template-oss-check",
15-
"lintfix": "npm run lint -- --fix",
1612
"snap": "tap",
17-
"test": "tap",
18-
"posttest": "npm run lint"
13+
"test": "tap"
1914
},
2015
"dependencies": {
2116
"chownr": "^2.0.0",

0 commit comments

Comments
 (0)