feat: temporarily remove rome

This commit is contained in:
Yarmo Mackenbach 2023-07-09 12:04:38 +02:00
parent 0546cc1e49
commit 0ba5de77e7
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -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": {