@aak.lear/eslint-config
Version:
This package simplifies the initial setup of eslint and prettier. It installs and apply eslint-config-airbnb to your project, also resolves peerDependencies that are required for eslint-config-airbnb package.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "@aak.lear/eslint-config",
"version": "1.0.0-beta.9",
"private": false,
"description": "This package simplifies the initial setup of eslint and prettier. It installs and apply eslint-config-airbnb to your project, also resolves peerDependencies that are required for eslint-config-airbnb package.",
"main": "index.js",
"bin": "setup.js",
"files": [
"src/*/**",
"index.js",
"_setup.js",
"package.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/aak-lear/eslint-config"
},
"author": "https://github.com/aak-lear",
"license": "MIT",
"type": "module",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.0.0",
"picocolors": "^1.0.0",
"prettier": "^3.0.3",
"prompts": "^2.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.49.0",
"@aak.lear/eslint-config-base": "^1.0.0-beta.0",
"@aak.lear/eslint-config-typescript": "^1.0.0-beta.0",
"@aak.lear/eslint-config-react": "^1.0.0-beta.0"
},
"keywords": [
"eslint",
"eslint-config",
"eslint-config-setup"
],
"devDependencies": {
"@aak.lear/eslint-config-base": "^1.0.0-beta.0",
"eslint": "^8.49.0"
}
}