UNPKG

@bassist/eslint

Version:

Flat ESLint config for JavaScript, TypeScript, Vue, React, Prettier and so on by @chengpeiquan .

68 lines 1.81 kB
{ "name": "@bassist/eslint", "version": "0.7.1", "description": "Flat ESLint config for JavaScript, TypeScript, Vue, React, Prettier and so on by @chengpeiquan .", "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", "license": "MIT", "homepage": "https://github.com/chengpeiquan/bassist/tree/eslint%400.7.0/packages/eslint", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/index.d.ts", "./dist/*" ] } }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "repository": { "type": "git", "url": "git+https://github.com/chengpeiquan/bassist.git" }, "keywords": [ "eslint", "eslint config" ], "dependencies": { "@eslint/js": "^8.57.0", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", "@unocss/eslint-plugin": "^0.58.9", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-define-config": "^2.1.0", "eslint-plugin-antfu": "^2.3.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "eslint-plugin-unicorn": "^51.0.1", "eslint-plugin-vue": "^9.26.0", "globals": "^14.0.0", "prettier": "^3.3.2", "typescript": "^5.5.2", "vue-eslint-parser": "^9.4.3" }, "peerDependencies": { "eslint": ">=8.0.0", "typescript": ">=5.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }