UNPKG

@kiwi/eslint-config

Version:

A neat and opinionated eslint config

54 lines (53 loc) 1.3 kB
{ "name": "@kiwi/eslint-config", "version": "3.0.1", "publishConfig": { "access": "public" }, "description": "A neat and opinionated eslint config", "main": "index.js", "keywords": [ "eslint", "config" ], "author": "Christian Kaisermann <christian@kaisermann.me>", "license": "MIT", "files": [ "*.js", "rules/", "lib/" ], "peerDependencies": { "eslint": "^8", "prettier": "^2 || ^3" }, "dependencies": { "@kiwi/eslint-plugin": "^3.0.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "confusing-browser-globals": "^1.0.11", "eslint-config-prettier": "^9.0.0", "eslint-plugin-cypress": "^2.14.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-svelte": "^2.35.1", "espree": "^9.6.1", "svelte-eslint-parser": "^0.33.1" }, "peerDependenciesMeta": { "prettier": { "optional": true }, "svelte": { "optional": true }, "typescript": { "optional": true } }, "gitHead": "72bf848bf458a69248b5cdc4fc2c2ed8719823d2" }