{"id":23921209,"url":"https://github.com/ildella/nostandard","last_synced_at":"2026-04-02T15:21:24.500Z","repository":{"id":271097594,"uuid":"912392372","full_name":"ildella/nostandard","owner":"ildella","description":"ESLint config for bad people. Flat config only (v9+). Includes Stylistic. Optional svelte and vitest configs.","archived":false,"fork":false,"pushed_at":"2026-03-26T13:00:21.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T22:37:34.072Z","etag":null,"topics":["eslint","eslint-config","eslint-svelte"],"latest_commit_sha":null,"homepage":"","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/ildella.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-05T13:00:57.000Z","updated_at":"2026-03-26T13:05:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"079534df-aab3-4d6d-a446-249b6379c331","html_url":"https://github.com/ildella/nostandard","commit_stats":null,"previous_names":["ildella/nostandard"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ildella/nostandard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildella%2Fnostandard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildella%2Fnostandard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildella%2Fnostandard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildella%2Fnostandard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ildella","download_url":"https://codeload.github.com/ildella/nostandard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildella%2Fnostandard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["eslint","eslint-config","eslint-svelte"],"created_at":"2025-01-05T16:14:03.550Z","updated_at":"2026-04-02T15:21:24.492Z","avatar_url":"https://github.com/ildella.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoStandard\n\nA consolidation of my old [eslint configurations](https://github.com/ildella/eslint-config-node-moar) ported to ESLint 9+ and Flat configuration.\n\n## What's in here?\n\n- **base** — core ESLint rules for correctness and best practices\n- **style** — opinionated formatting via [Stylistic](https://eslint.style/)\n- **svelte** — Svelte rules via `eslint-plugin-svelte` (optional, subpath import)\n- **vitest** — Vitest rules via `@vitest/eslint-plugin` (optional, subpath import)\n\n## Usage\n\n```shell\nyarn add -D eslint-nostandard\npnpm add -D eslint-nostandard\nnpm install -D eslint-nostandard\n```\n\nBasic usage for `eslint.config.js`:\n\n```js\nimport {nostandard} from 'eslint-nostandard'\n\nexport default [\n  ...nostandard.recommended,  // base + style\n\n  // Or pick individually:\n  // nostandard.base,\n  // nostandard.style,\n]\n```\n\n### Svelte\n\nInstall the optional peer dependency, then import from the subpath:\n\n```shell\nyarn add -D eslint-plugin-svelte svelte\n```\n\n```js\nimport {nostandard} from 'eslint-nostandard'\nimport svelte from 'eslint-nostandard/svelte'\n\nexport default [\n  ...nostandard.recommended,\n  ...svelte,\n]\n```\n\n### Vitest\n\nInstall the optional peer dependency, then import from the subpath:\n\n```shell\nyarn add -D @vitest/eslint-plugin\n```\n\n```js\nimport {nostandard} from 'eslint-nostandard'\nimport vitest from 'eslint-nostandard/vitest'\n\nexport default [\n  ...nostandard.recommended,\n  vitest,\n]\n```\n\n## Why not NeoStandard then?\n\nThere are too many useless dependencies. Especially I do not consider usable anything that gives for granted that developers use React, or any other specific framework. Why would I want anything JSX or React in my NodeJS or Svelte projects?\n\nFor the same reason, I do not want `eslint-plugin-n` as a default dependency.\n\nFinally, they do not respect my golden rule.\n\n## Golden Rule\n\nIf it breaks, it's an error.\nIf it does not break, it's a warning.\n\nWith one and only one special exception, as all good rules must have an exception.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildella%2Fnostandard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fildella%2Fnostandard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildella%2Fnostandard/lists"}