{"_id":"@codeboxlab_/eslint-config","name":"@codeboxlab_/eslint-config","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@codeboxlab_/eslint-config","version":"1.0.0","description":"ESLint configuration by CodeBoxlab.","main":"index.js","author":{"name":"Matheus Alves","email":"mtalves27@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/codeboxlab/eslint-config-codeboxlab.git"},"dependencies":{"@typescript-eslint/eslint-plugin":"^5.61.0","@typescript-eslint/parser":"^5.61.0","eslint":"^8.44.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.27.5","eslint-plugin-import-helpers":"^1.3.1","eslint-plugin-n":"^16.0.1","eslint-plugin-prettier":"^4.2.1","eslint-plugin-promise":"^6.1.1","eslint-plugin-react":"^7.32.2","eslint-plugin-react-hooks":"^4.6.0","prettier":"^3.0.0"},"peerDependencies":{"eslint":"^8.44.0","typescript":"^5.1.6"},"license":"MIT","bugs":{"url":"https://github.com/codeboxlab/eslint-config-codeboxlab/issues"},"homepage":"https://github.com/codeboxlab/eslint-config-codeboxlab#readme","gitHead":"7ef5ed5966d6eefa75052e06adc5a7b4b027f294","_id":"@codeboxlab_/eslint-config@1.0.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-V1hZx92b4nLAgwVdo2JirXpDTAWKAs8FyTKMdt59XNMJ+U5LPoCYYoGq0uM8HZmRAXbeCEw0M6Ovf8TXoQjC8Q==","shasum":"48cea5dcaa08e3539736fa50ded3b4ae090e6c7c","tarball":"https://registry.npmjs.org/@codeboxlab_/eslint-config/-/eslint-config-1.0.0.tgz","fileCount":5,"unpackedSize":3706,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4f39GT8hnlDHGrq7M+KZ3UcJu4XYPzhsKBrGGz6k0SgIgWRF7teAlTYbdr3FYhRkts6ahw+ODXDL78c4WVoojKhc="}]},"_npmUser":{"name":"codeboxxlab","email":"codeboxlab@gmail.com"},"directories":{},"maintainers":[{"name":"codeboxxlab","email":"codeboxlab@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-config_1.0.0_1688995322952_0.623049646568846"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-10T13:22:02.718Z","1.0.0":"2023-07-10T13:22:03.114Z","modified":"2023-07-10T13:22:03.412Z"},"maintainers":[{"name":"codeboxxlab","email":"codeboxlab@gmail.com"}],"description":"ESLint configuration by CodeBoxlab.","homepage":"https://github.com/codeboxlab/eslint-config-codeboxlab#readme","repository":{"type":"git","url":"git+https://github.com/codeboxlab/eslint-config-codeboxlab.git"},"author":{"name":"Matheus Alves","email":"mtalves27@gmail.com"},"bugs":{"url":"https://github.com/codeboxlab/eslint-config-codeboxlab/issues"},"license":"MIT","readme":"# CodeBoxLab ESLint config\r\n\r\n## Whats included?\r\n\r\n- Standard config base;\r\n- React plugin;\r\n- React Hooks plugin;\r\n- Import Helpers\r\n- JSX a11y plugin;\r\n- Prettier;\r\n\r\n## Setup\r\n\r\n1. Install the dependencies\r\n\r\n```bash\r\n# With npm\r\nnpm i -D eslint @codeboxlab/eslint-config\r\n\r\n# With yarn\r\nyarn add -D eslint @codeboxlab/eslint-config\r\n```\r\n\r\n2. Create a `.eslintrc.json` (or `.eslintrc`) file extending the config:\r\n\r\n```\r\n{\r\n  \"extends\": \"@codeboxlab/eslint-config\"\r\n}\r\n```\r\n\r\n> You can also use a `.eslintrc.js` instead of JSON if you prefer.\r\n","readmeFilename":"README.md"}