{"id":22014065,"url":"https://github.com/beeplin/eslint-config-mania","last_synced_at":"2026-04-11T03:04:37.324Z","repository":{"id":57228627,"uuid":"384426899","full_name":"beeplin/eslint-config-mania","owner":"beeplin","description":"A manic, harsh eslint config","archived":false,"fork":false,"pushed_at":"2021-08-12T09:38:11.000Z","size":1283,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T21:19:34.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeplin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-09T12:14:36.000Z","updated_at":"2025-02-21T22:02:13.000Z","dependencies_parsed_at":"2022-09-14T14:51:35.734Z","dependency_job_id":null,"html_url":"https://github.com/beeplin/eslint-config-mania","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"beeplin/template-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeplin%2Feslint-config-mania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeplin%2Feslint-config-mania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeplin%2Feslint-config-mania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeplin%2Feslint-config-mania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeplin","download_url":"https://codeload.github.com/beeplin/eslint-config-mania/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245075220,"owners_count":20556891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T03:26:06.084Z","updated_at":"2025-12-30T20:38:17.283Z","avatar_url":"https://github.com/beeplin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-mania\n\n## install\n\n```bash\nnpm i -D eslint eslint-config-mania prettier\n```\n\n## usage\n\nin your `eslintrc.json`:\n\n```js\n{\n  \"extends\": [\n    // required. must be on top. basic config supporting typescript, import, jest and prettier\n    // see https://eslint.org/docs/rules/\n    // and https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md\n    // and https://github.com/benmosher/eslint-plugin-import\n    // and https://github.com/jest-community/eslint-plugin-jest\n    // and https://github.com/prettier/eslint-config-prettier\n    \"mania\",\n\n    // optional. speed up by disabling module-aware rules\n    // see https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md#eslint-plugin-import\n    \"mania/no-module-aware\",\n\n    // optional. speed up by disabling type-aware rules\n    // see https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md\n    \"mania/no-type-aware\",\n\n    // optional. add rules for node\n    // see https://github.com/mysticatea/eslint-plugin-node\n    \"mania/node\",\n\n    // optional. add rules for react\n    // see https://github.com/yannickcr/eslint-plugin-react\n    // and https://github.com/jsx-eslint/eslint-plugin-jsx-a11y\n    // and https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks\n    \"mania/react\",\n\n    // optional. add rules for vue\n    // see https://github.com/vuejs/eslint-plugin-vue\n    // and https://github.com/jsx-eslint/eslint-plugin-jsx-a11y\n    \"mania/vue\",\n\n    // optional. run prettier as a part of eslint rules.\n    // NOT recommended. it's better to run prettier via your editor's prettier plugin\n    // see https://github.com/prettier/eslint-plugin-prettier\n    // and https://prettier.io/docs/en/integrating-with-linters.html\n    \"mania/run-prettier-in-eslint\"\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeplin%2Feslint-config-mania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeplin%2Feslint-config-mania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeplin%2Feslint-config-mania/lists"}