eslint-plugin-testing-library
Advanced tools
Comparing version 6.0.0-alpha.15 to 6.0.0
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "6.0.0-alpha.15", | ||
"version": "6.0.0", | ||
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library", | ||
@@ -27,7 +27,11 @@ "keywords": [ | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"prebuild": "del-cli dist", | ||
"build": "tsc", | ||
"postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist", | ||
"generate-all": "run-p \"generate:*\"", | ||
@@ -42,3 +46,3 @@ "generate:configs": "ts-node tools/generate-configs", | ||
"prettier-base": "prettier . --ignore-unknown --cache --loglevel warn", | ||
"rule-doc-generator": "eslint-doc-generator --path-rule-list \"../README.md\" --path-rule-doc \"../docs/rules/{name}.md\" --url-rule-doc \"docs/rules/{name}.md\" dist/", | ||
"rule-doc-generator": "eslint-doc-generator", | ||
"semantic-release": "semantic-release", | ||
@@ -59,2 +63,4 @@ "test": "jest", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@swc/core": "^1.3.75", | ||
"@swc/jest": "^0.2.28", | ||
"@types/jest": "^27.5.2", | ||
@@ -64,3 +70,2 @@ "@types/node": "^16.18.23", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"cpy-cli": "^4.2.0", | ||
"del-cli": "^5.0.0", | ||
@@ -86,3 +91,2 @@ "eslint": "^8.38.0", | ||
"semantic-release": "^19.0.5", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
@@ -89,0 +93,0 @@ "typescript": "^4.9.5" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
249111
1