diff --git a/package.json b/package.json index c57dfbb..7ece44e 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,8 @@ "js": "ttsc -p tsconfig.build.json -m esnext", "cjs": "ttsc -p tsconfig.c.json -m commonjs", "build": "node ./scripts/cleanup.mjs && npm run js && npm run cjs && node ./scripts/makeMjs.mjs", - "lint": "eslint src", - "lint:fix": "eslint src --fix", - "lint:test": "eslint test", + "lint": "npx eslint src", + "lint:fix": "npx eslint src --fix", "test": "npm run build && jest", "test:coverage": "jest --coverage", "version": "auto-changelog -p && git add CHANGELOG.md" @@ -60,4 +59,4 @@ "typescript-transform-paths": "^3.4.6" }, "homepage": "https://github.com/thkruz/ootk" -} +} \ No newline at end of file