@lofty87/eslint-config
Version:
Lofty87 Project Code Convention (ESLint)
39 lines (38 loc) • 983 B
JSON
{
"name": "@lofty87/eslint-config",
"version": "4.0.3",
"author": {
"name": "lofty87",
"email": "lofty87@daum.net"
},
"description": "Lofty87 Project Code Convention (ESLint)",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/lofty87/code-convention/tree/master/eslint-config",
"bugs": {
"url": "https://github.com/lofty87/code-convention/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lofty87/code-convention.git"
},
"keywords": [
"lofty87",
"eslint",
"eslint-config",
"convention",
"code-convention"
],
"peerDependencies": {
"eslint": ">=8.33.0",
"typescript": ">=4.6.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}