Ai
1 Star 0 Fork 0

不如怀念/eslint-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@wang1212/eslint-config",
"version": "0.4.0",
"description": "Community-recommended best practices for [ESLint](https://eslint.org/) rule configuration.(Use with [Prettier](https://prettier.io/))",
"keywords": [
"eslint-config",
"prettier",
"typescript",
"react.js",
"node.js"
],
"homepage": "https://github.com/wang1212/eslint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wang1212/eslint-config.git"
},
"bugs": {
"url": "https://github.com/wang1212/eslint-config/issues"
},
"license": "MIT",
"author": "wang1212",
"scripts": {
"prepare": "husky install",
"lint": "eslint . --config=.eslintrc.cjs --ext .js,.cjs,.mjs --fix --quiet --cache --cache-location=node_modules/.cache/.eslintcache --format=pretty",
"test": "echo test",
"build": "echo build",
"commit": "cz",
"prerelease": "npm run test",
"release": "release-it",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"src/"
],
"main": "./src/javascript.cjs",
"exports": {
".": "./src/javascript.cjs",
"./typescript": "./src/typescript.cjs",
"./ts": "./src/typescript.cjs",
"./react": "./src/react.cjs",
"./react-typescript": "./src/react-ts.cjs",
"./react-ts": "./src/react-ts.cjs",
"./node": "./src/node.cjs"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
}
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-tsdoc": "^0.4.0"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@release-it/conventional-changelog": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.1",
"eslint-formatter-pretty": "5.0.0",
"husky": "8.0.3",
"lint-staged": "15.5.2",
"prettier": "3.5.3",
"release-it": "17.11.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i_wang1212/eslint-config.git
git@gitee.com:i_wang1212/eslint-config.git
i_wang1212
eslint-config
eslint-config
master

搜索帮助