{"id":15792601,"url":"https://github.com/nfour/eslint-config-nfour","last_synced_at":"2025-11-08T05:03:29.916Z","repository":{"id":57228770,"uuid":"345847303","full_name":"nfour/eslint-config-nfour","owner":"nfour","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-09T01:39:21.000Z","size":236,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T23:11:36.843Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfour.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T01:35:07.000Z","updated_at":"2023-09-01T12:25:03.000Z","dependencies_parsed_at":"2024-06-21T13:06:25.076Z","dependency_job_id":"3ad471ef-2b7d-41aa-b7b5-92801f969e2f","html_url":"https://github.com/nfour/eslint-config-nfour","commit_stats":{"total_commits":60,"total_committers":2,"mean_commits":30.0,"dds":0.1333333333333333,"last_synced_commit":"b47d989ae4120cd9c685e8ed65dca0ea8373f3e8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2Feslint-config-nfour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2Feslint-config-nfour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2Feslint-config-nfour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2Feslint-config-nfour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfour","download_url":"https://codeload.github.com/nfour/eslint-config-nfour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604613,"owners_count":20804100,"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-10-04T23:02:12.540Z","updated_at":"2025-11-08T05:03:29.887Z","avatar_url":"https://github.com/nfour.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-nfour\n\n\u003e Some opinionated style \u0026 type rules built on top of [eslint-config-standard-typescript-prettier](https://github.com/nfour/eslint-config-standard-typescript-prettier)\n\u003e \n\u003e See [./.eslintrc.js](./.eslintrc.js)\n\n## Why\n\n**Pros**:\n- [x] You do not need to install ANY eslint dependencies explicitly in your project\n- [x] Eslint dependencies work together out of the box\n- [x] Eslint config with simplified defaults\n\n**Cons**:\n- [x] If this package becomes outdated you may need to manually manage dependencies again\n\n## Install\n\nInstall it.\n\n```bash\npnpm add -D eslint-config-nfour\n```\n\nWire it up.\n\n```bash\necho \"module.exports = require('eslint-config-nfour')\" \u003e .eslintrc.js\n\n# OR with react rules...\n\necho \"module.exports = require('eslint-config-nfour/.eslintrc.react')\" \u003e .eslintrc.js\n```\n\nConfigure `.prettierrc.js` with something like:\n\n```js\nmodule.exports = {\n  ...require('eslint-config-nfour/.prettierrc'),\n  semi: false,\n}\n```\n\nDone.\n\n## How it works\n\nThanks to `require('@rushstack/eslint-patch/modern-module-resolution');`, plugins can be included relative to the configs, not the consuming project, so you don't need to install any eslint plugins/config peer dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfour%2Feslint-config-nfour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfour%2Feslint-config-nfour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfour%2Feslint-config-nfour/lists"}