Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-antfu

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-antfu - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

README.md

62

package.json
{
"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"
}
}
}
./dist/index.cjs

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc