Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use standard #84

Merged
merged 11 commits into from
Jul 27, 2020
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"description": "Validate the commit message for a particular commit in node core",
"main": "index.js",
"scripts": {
"pretest": "lintit && check-pkg",
"pretest": "standard && check-pkg",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're either going to want to squash everything into one commit when landing, or else split this into two commits: One commit at the start to remove lintit and one commit at the end to add standard.

"test": "tap -j4 --cov test/**/*.js test/*.js",
"posttest": "tap --coverage-report=text-summary",
"test-ci": "npm run test -- --coverage-report=lcov"
@@ -17,7 +17,7 @@
},
"devDependencies": {
"check-pkg": "^2.1.1",
"lintit": "^7.2.1",
"standard": "^14.3.4",
"tap": "^14.10.2"
},
"files": [