@luozhu/eslint-config-base
Version:
Luozhu's base eslint config
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "@luozhu/eslint-config-base",
"version": "2.1.0",
"description": "Luozhu's base eslint config",
"keywords": [
"luozhu",
"eslint-config",
"javascript"
],
"author": {
"name": "洛竹",
"email": "youngjuning@aliyun.com",
"url": "https://youngjuning.js.org"
},
"main": "index.js",
"files": [
"index.js",
"patch.js"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-base#readme",
"repository": {
"type": "git",
"url": "https://github.com/youngjuning/luozhu.git",
"directory": "packages/eslint-config-base"
},
"bugs": {
"url": "https://github.com/youngjuning/luozhu/issues"
},
"dependencies": {
"@luozhu/eslint-rules": "^2.1.0",
"@rushstack/eslint-patch": "^1.0.6",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0"
},
"peerDependencies": {
"eslint": "^7.32.0",
"prettier": "^2.3.2"
},
"gitHead": "4e1f320493267e863c57bb323f034003e70098d4"
}