UNPKG

eslint-config-satya164

Version:
58 lines (57 loc) 1.61 kB
{ "name": "eslint-config-satya164", "version": "5.2.0", "description": "Personal ESLint Config of @satya164", "license": "MIT", "main": "index.mjs", "files": [ "index.mjs" ], "repository": { "type": "git", "url": "git+https://github.com/satya164/eslint-config-satya164.git" }, "author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "release": "release-it --only-version", "test": "eslint --ext '.js,.ts,.tsx' __tests__/**" }, "dependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2", "@eslint-react/eslint-plugin": "^1.53.1", "@eslint/js": "^9.39.5", "@vitest/eslint-plugin": "^1.6.23", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.5", "eslint-plugin-import-x": "^4.17.1", "eslint-plugin-jest": "^28.14.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-promise": "^7.3.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.5.0", "typescript-eslint": "^8.64.0" }, "devDependencies": { "@evilmartians/lefthook": "^1.13.6", "@release-it/conventional-changelog": "^10.0.6", "eslint": "^9.39.5", "jest": "^29.7.0", "prettier": "^3.9.5", "release-it": "^19.2.4", "typescript": "^5.9.3" }, "peerDependencies": { "eslint": "*", "prettier": "*" }, "prettier": { "quoteProps": "as-needed", "tabWidth": 2, "useTabs": false, "singleQuote": true, "trailingComma": "es5" } }