@tanstack/eslint-plugin-query
Advanced tools
Comparing version 4.21.0 to 4.24.0
{ | ||
"name": "@tanstack/eslint-plugin-query", | ||
"version": "4.21.0", | ||
"version": "4.24.0", | ||
"description": "ESLint plugin for TanStack Query", | ||
@@ -36,10 +36,11 @@ "author": "Eliya Cohen", | ||
"scripts": { | ||
"typecheck": "tsc", | ||
"build": "tsup --minify", | ||
"clean": "rimraf ./build", | ||
"dev": "tsup --watch --sourcemap", | ||
"clean": "rm -rf ./build", | ||
"test:jest": "../../node_modules/.bin/jest --config ./jest.config.ts", | ||
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src", | ||
"test:dev": "pnpm run test:jest --watch" | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc", | ||
"test:lib": "jest --config ./jest.config.ts", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:lib:publish": "pnpm run test:lib --collectCoverage false", | ||
"build": "tsup --minify" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
356576
18
1186