UNPKG

@coderwyd/eslint-config

Version:
83 lines 2.13 kB
{ "name": "@coderwyd/eslint-config", "version": "5.2.0", "description": "Donny's ESLint config", "keywords": [ "eslint", "eslint-config", "eslint-config-react", "eslint-config-svelte", "eslint-config-vue" ], "homepage": "https://github.com/coderwyd/eslint-config", "license": "MIT", "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)", "repository": { "type": "git", "url": "git+https://github.com/coderwyd/eslint-config.git" }, "files": [ "dist" ], "type": "module", "types": "./dist/index.d.mts", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@antfu/eslint-config": "^9.3.0", "eslint-flat-config-utils": "^3.2.0" }, "devDependencies": { "@eslint/config-inspector": "^3.2.0", "@types/node": "^26.1.2", "@typescript/native-preview": "7.0.0-dev.20260707.2", "bumpp": "^12.1.1", "eslint": "^10.8.0", "eslint-plugin-better-tailwindcss": "^4.7.0", "eslint-typegen": "^2.3.1", "nano-staged": "^1.0.2", "oxfmt": "^0.62.0", "publint": "^0.3.23", "simple-git-hooks": "^2.13.1", "tsdown": "^0.22.14", "typescript": "^6.0.3", "unplugin-unused": "^0.6.0" }, "peerDependencies": { "eslint": "^9.10.0 || ^10.0.0", "eslint-plugin-better-tailwindcss": "^0.1.0" }, "peerDependenciesMeta": { "eslint-plugin-better-tailwindcss": { "optional": true } }, "simple-git-hooks": { "pre-commit": "pnpm exec nano-staged" }, "nano-staged": { "*": [ "oxfmt --no-error-on-unmatched-pattern", "eslint --fix" ] }, "engines": { "node": "^22.18.0 || >=24.0.0" }, "scripts": { "build": "pnpm build:typegen && tsdown", "build:inspector": "pnpm build && pnpx @eslint/config-inspector build", "build:typegen": "node scripts/typegen.ts", "dev": "pnpx @eslint/config-inspector", "fmt": "oxfmt", "lint": "eslint .", "lint:fix": "eslint . --fix", "release": "bumpp", "typecheck": "tsgo --noEmit" } }