Skip to content

Commit

Permalink
get rid of npm lint stuff
Browse files Browse the repository at this point in the history
Will replace with prettier at some point, but for now, whatever.
  • Loading branch information
isaacs committed Sep 5, 2023
1 parent 689928a commit e483220
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -9,13 +9,8 @@
},
"scripts": {
"genparse": "node scripts/generate-parse-fixtures.js",
"template-oss-apply": "template-oss-apply --force",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint"
"test": "tap"
},
"dependencies": {
"chownr": "^2.0.0",
Expand Down

0 comments on commit e483220

Please sign in to comment.