@hannoeru/eslint-config
Version:
29 lines • 579 B
JSON
{
"name": "@hannoeru/eslint-config",
"version": "0.9.7",
"description": "",
"keywords": [],
"license": "MIT",
"author": "hannoeru <me@hanlee.co>",
"repository": {
"type": "git",
"url": "git+https://github.com/hannoeru/eslint-config.git",
"directory": "packages/eslint-config"
},
"main": "index.js",
"files": [
"index.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@hannoeru/eslint-plugin": "0.9.7"
},
"devDependencies": {
"eslint": "^8.48.0"
}
}