mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
feat: temporarily remove rome
This commit is contained in:
parent
0546cc1e49
commit
0ba5de77e7
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
|||
"merge-options": "^3.0.3",
|
||||
"openpgp": "^5.5.0",
|
||||
"rfc4648": "^1.5.2",
|
||||
"rome": "^11.0.0",
|
||||
"valid-url": "^1.0.9",
|
||||
"validator": "^13.9.0"
|
||||
},
|
||||
|
@ -74,7 +73,7 @@
|
|||
"docs:lib": "jsdoc -c jsdoc-lib.json -r -d ./docs -P package.json",
|
||||
"lint": "eslint ./src",
|
||||
"lint:fix": "eslint ./src --fix",
|
||||
"test": "yarn lint && yarn rome check ./src/* && yarn run license:check && yarn run mocha",
|
||||
"test": "yarn lint && yarn run license:check && yarn run mocha",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue