Skip to content

Commit a92f48f

Browse files
committed
drop xo
1 parent ad86730 commit a92f48f

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"fix": "npm run fix --workspaces",
1919
"prepare": "npm run build",
2020
"prettier": "prettier --write .",
21+
"pretest": "eslint .",
2122
"test": "npm run test --workspaces",
2223
"test-coverage": "npm run test-coverage --workspaces"
2324
},

workspaces/adapter/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"clean": "rimraf dist",
3434
"clean-all": "npm run clean && rimraf node_modules",
3535
"precommit": "lint-staged",
36-
"pretest": "xo",
3736
"test": "vitest run --coverage"
3837
},
3938
"dependencies": {

workspaces/conflicter/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"clean": "rimraf dist",
3030
"clean-all": "npm run clean && rimraf node_modules",
3131
"precommit": "lint-staged",
32-
"pretest": "xo",
3332
"test": "vitest run --coverage"
3433
},
3534
"dependencies": {

workspaces/namespace/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"clean-all": "npm run clean && rimraf node_modules",
3131
"precommit": "lint-staged",
3232
"prepare": "npm run build",
33-
"pretest": "xo",
3433
"test": "vitest run --coverage"
3534
},
3635
"engines": {

workspaces/transform/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"clean-all": "npm run clean && rimraf node_modules",
3131
"precommit": "lint-staged",
3232
"prepare": "npm run build",
33-
"pretest": "xo",
3433
"test": "vitest run --coverage"
3534
},
3635
"dependencies": {

workspaces/types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"build": "tsc",
2323
"clean": "",
2424
"clean-all": "rimraf node_modules",
25-
"pretest": "xo",
2625
"test": ""
2726
},
2827
"dependencies": {

0 commit comments

Comments
 (0)