eslint-plugin-antfu
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "eslint-plugin-antfu", | ||
"version": "1.0.0-beta.1", | ||
"type": "module", | ||
"version": "1.0.0-beta.2", | ||
"packageManager": "pnpm@8.7.6", | ||
"description": "Anthony extended ESLint rules", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/antfu/eslint-config", | ||
"main": "./dist/index.cjs", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"homepage": "https://github.com/antfu/eslint-plugin-antfu#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/antfu/eslint-plugin-antfu.git" | ||
}, | ||
"bugs": "https://github.com/antfu/eslint-plugin-antfu/issues", | ||
"keywords": [], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
@@ -11,2 +29,13 @@ "files": [ | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"prepublishOnly": "nr build", | ||
"release": "bumpp && npm publish", | ||
"start": "esno src/index.ts", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit", | ||
"prepare": "simple-git-hooks" | ||
}, | ||
"dependencies": { | ||
@@ -16,12 +45,27 @@ "@typescript-eslint/utils": "^6.7.2" | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^1.0.0-beta.1", | ||
"@antfu/ni": "^0.21.8", | ||
"@antfu/utils": "^0.7.6", | ||
"@types/node": "^20.6.3", | ||
"@typescript-eslint/rule-tester": "^6.7.2", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.49.0", | ||
"eslint-define-config": "^1.23.0", | ||
"esno": "^0.17.0", | ||
"lint-staged": "^14.0.1", | ||
"pnpm": "^8.7.6", | ||
"rimraf": "^5.0.1", | ||
"simple-git-hooks": "^2.9.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^0.34.4" | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.5" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && unbuild", | ||
"stub": "unbuild --stub", | ||
"test": "vitest" | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*": "eslint --fix" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
0
28
0
Yes
33624
18
1009