{"_id":"@aak.lear/eslint-config-react","_rev":"1-f0fdd847fcbd3e11d8d67f22404c9547","name":"@aak.lear/eslint-config-react","dist-tags":{"beta":"1.0.0-beta.0","latest":"1.0.0-beta.1"},"versions":{"1.0.0-beta.0":{"name":"@aak.lear/eslint-config-react","version":"1.0.0-beta.0","private":false,"description":"This package contains my ESLint rules configuration for React","main":"index.js","repository":{"type":"git","url":"git+https://github.com/aak-lear/eslint-config.git"},"author":{"name":"https://github.com/aak-lear"},"license":"MIT","keywords":["eslint","eslint-config","react","react-hooks"],"peerDependencies":{"eslint":"^8.49.0","eslint-plugin-react":"^7.33.2","eslint-plugin-react-hooks":"^4.6.0"},"gitHead":"78515bfdb74276b600de37b12835ac6738e0b8d1","bugs":{"url":"https://github.com/aak-lear/eslint-config/issues"},"homepage":"https://github.com/aak-lear/eslint-config#readme","_id":"@aak.lear/eslint-config-react@1.0.0-beta.0","_nodeVersion":"18.14.1","_npmVersion":"9.3.1","dist":{"integrity":"sha512-IvD2pIwxJPtfUf4Fk0v8ldI70nlwSWMKqWUBksRPyxSYuZZRf3+4dixzVSMJ16o+qr4Dmlpjt/f3mIaKb5cT1A==","shasum":"f040255299e95e78d44ebe0146eb6d0cb379e305","tarball":"https://registry.npmjs.org/@aak.lear/eslint-config-react/-/eslint-config-react-1.0.0-beta.0.tgz","fileCount":6,"unpackedSize":6607,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxAS7gMzTJIlOPDmFP+PThDMJVfoKOPcxzLB7vSP+jfQIhALeTUNUxsVT3v2CeHXkoCJssD0pAGgU/F9tXZ/YrLPtF"}]},"_npmUser":{"name":"aak.lear","email":"mgk.lear@gmail.com"},"directories":{},"maintainers":[{"name":"aak.lear","email":"mgk.lear@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-react_1.0.0-beta.0_1695302859824_0.7469109613534504"},"_hasShrinkwrap":false},"1.0.0-beta.1":{"name":"@aak.lear/eslint-config-react","version":"1.0.0-beta.1","private":false,"description":"This package contains my ESLint rules configuration for React","main":"index.js","repository":{"type":"git","url":"git+https://github.com/aak-lear/eslint-config.git"},"author":{"name":"https://github.com/aak-lear"},"license":"MIT","keywords":["eslint","eslint-config","react","react-hooks"],"peerDependencies":{"eslint":"^8.49.0","eslint-plugin-react":"^7.33.2","eslint-plugin-react-hooks":"^4.6.0"},"gitHead":"f9c0b132c45058b718645506c3904277816c85ca","bugs":{"url":"https://github.com/aak-lear/eslint-config/issues"},"homepage":"https://github.com/aak-lear/eslint-config#readme","_id":"@aak.lear/eslint-config-react@1.0.0-beta.1","_nodeVersion":"18.14.1","_npmVersion":"9.3.1","dist":{"integrity":"sha512-WL38bWKYnlmcZT1mIOHAawXfxWxxgEZTTZ1Y/RrCIgovVvzJKFjgqfUvmssNdLpbprMs0Z5yO950K6VV+X5RhQ==","shasum":"7388a5acc1d9e5c65024366136c1da4a9835c6e7","tarball":"https://registry.npmjs.org/@aak.lear/eslint-config-react/-/eslint-config-react-1.0.0-beta.1.tgz","fileCount":6,"unpackedSize":6537,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFag1dpCanW8cr2X5YPZOfSAwfx1mdb77hDsKQd9K03DAiBzoYC+gcASsOE2vW19PM8DGmuHf/m3OX8PR1CX+aq2/w=="}]},"_npmUser":{"name":"aak.lear","email":"mgk.lear@gmail.com"},"directories":{},"maintainers":[{"name":"aak.lear","email":"mgk.lear@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config-react_1.0.0-beta.1_1695320008102_0.5898828279656465"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-21T13:27:39.653Z","1.0.0-beta.0":"2023-09-21T13:27:40.003Z","modified":"2023-09-21T18:13:28.515Z","1.0.0-beta.1":"2023-09-21T18:13:28.331Z"},"maintainers":[{"name":"aak.lear","email":"mgk.lear@gmail.com"}],"description":"This package contains my ESLint rules configuration for React","homepage":"https://github.com/aak-lear/eslint-config#readme","keywords":["eslint","eslint-config","react","react-hooks"],"repository":{"type":"git","url":"git+https://github.com/aak-lear/eslint-config.git"},"author":{"name":"https://github.com/aak-lear"},"bugs":{"url":"https://github.com/aak-lear/eslint-config/issues"},"license":"MIT","readme":"# @aak.lear/eslint-config-react\n\nThis package contains my ESLint rules configuration for React.\n\nYou should already have installed ESLint package to use this configuration.\n\n## Install\n\n### Install with CLI\n\nRun following command in your project root and select the desired options\n\n```shell\nnpx @aak.lear/eslint-config\n```\n\n### Install manually\n\n#### npm\n```shell\nnpm i -D @aak.lear/eslint-config-react\n```\n\n#### yarn\n```shell\nyarn add -D @aak.lear/eslint-config-react\n```\n\nFor the correct work of configuration you should also install peer dependencies.\n\nRun this command:\n```shell\nnpx install-peerdeps --dev @aak.lear/eslint-config-react\n```\n<br/>\nOr you can list all peer dependencies and install it manually:\n\n```shell\nnpm info @aak.lear/eslint-config-react peerDependencies\n```\nThen install all dependencies from list with this template:\n\n#### npm\n```shell\nnpm i -D <dependency>@<version>\n```\n#### yarn\n```shell\nyarn add -D <dependency>@<version>\n```\n\n\n## Usage\n\n_Note: You can skip this configuration step if you chose CLI installation._\n\nUse this extension in your eslint configuration file.\n\nExample for `.eslintrc.js`:\n```javascript\nmodule.exports = {\n  extends: [\n    '@aak-lear/react',\n  ],\n};\n```","readmeFilename":"README.md"}