Skip to content

Commit 4baad77

Browse files
pearigeequirogas
authored andcommitted
chore: remove semistandard (it has vulnerabilities) and unused scripts from root repo
1 parent dc36137 commit 4baad77

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"type": "module",
1010
"scripts": {
11-
"fix": "semistandard --fix",
12-
"test": "semistandard",
11+
"fix": "echo nothing to fix",
12+
"test": "echo nothing to test",
1313
"test-generate": "SMOKE_TEST=true node ./bin/generate-readme.mjs",
1414
"generate": "./bin/generate-readme.mjs",
15-
"lint": "semistandard",
16-
"clean": "gts clean",
17-
"precompile": "gts clean",
18-
"system-test": "echo no system tests 😱",
19-
"samples-test": "echo no sample tests 😱"
15+
"lint": "echo nothing to lint",
16+
"clean": "echo nothing to clean",
17+
"precompile": "echo nothing to precompile",
18+
"system-test": "echo nothing to system test",
19+
"samples-test": "echo nothing to sample test"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -39,9 +39,7 @@
3939
"gaxios": "^7.0.0-rc",
4040
"parse-link-header": "^2.0.0"
4141
},
42-
"devDependencies": {
43-
"semistandard": "^17.0.0"
44-
},
42+
"devDependencies": {},
4543
"engines": {
4644
"node": ">=18"
4745
}

0 commit comments

Comments
 (0)