UNPKG

eslint-config-haku

Version:
37 lines 1.03 kB
{ "name": "eslint-config-haku", "version": "1.0.21", "description": "Custom Eslint config with airbnb", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/hakudevtw/eslint-config-haku" }, "keywords": [ "eslint", "prettier", "typescript", "react", "nextJS", "airbnb" ], "author": "Haku", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "6.13.1", "@typescript-eslint/parser": "6.13.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-tailwindcss": "^3.13.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.13.0 || ^6.0.0", "@typescript-eslint/parser": "^5.0.0 || ^6.0.0", "eslint": "^7.32.0 || ^8.2.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-tailwindcss": "^3.13.0" } }