fix: remove unused import

This commit is contained in:
StevanFreeborn
2023-02-03 12:54:56 -06:00
parent 0c5b3bf3ae
commit 9cd2495b44
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"lint-fix-staged": "eslint --fix --ignore-path .eslintignore --ext .js,.ts .",
"lint-fix-staged": "eslint --fix --ignore-path .eslintignore --ext .js,.ts . --max-warnings=0",
"format-staged": "pretty-quick --staged",
"format": "pretty-quick",
"build": "npm run tests && npm run format && tsc",