diff --git a/package.json b/package.json index abb1233..da9c6d9 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "dev": "rollup -c -w", "test": "jest --coverage", "test:watch": "jest --watch", - "lint": "eslint 'src/**/*.ts'", - "lint:fix": "eslint 'src/**/*.ts' --fix", - "format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'", + "lint": "eslint src/**/*.ts", + "lint:fix": "eslint src/**/*.ts --fix", + "format": "prettier --write src/**/*.ts tests/**/*.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build", "docs": "typedoc src/ --out docs",