{"id":13801999,"url":"https://github.com/josh-stillman/lintier","last_synced_at":"2025-08-13T19:16:54.393Z","repository":{"id":43037845,"uuid":"308808689","full_name":"josh-stillman/lintier","owner":"josh-stillman","description":"CLI to setup Eslint \u0026 Prettier in Typescript projects.","archived":false,"fork":false,"pushed_at":"2025-04-14T09:14:56.000Z","size":753,"stargazers_count":27,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T10:27:18.717Z","etag":null,"topics":["airbnb-eslint","cli","eslint","formatting","lint-staged","linting","prettier","rc-files","stylelint","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/lintier","language":"TypeScript","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/josh-stillman.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2020-10-31T05:11:49.000Z","updated_at":"2025-04-07T14:44:56.000Z","dependencies_parsed_at":"2024-01-08T10:16:36.285Z","dependency_job_id":"c1fc5916-299b-4e59-be4f-5c8150689658","html_url":"https://github.com/josh-stillman/lintier","commit_stats":{"total_commits":82,"total_committers":1,"mean_commits":82.0,"dds":0.0,"last_synced_commit":"2564c95d584bb46c9afeb33c1a9f1d867538f151"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh-stillman%2Flintier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh-stillman%2Flintier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh-stillman%2Flintier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh-stillman%2Flintier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josh-stillman","download_url":"https://codeload.github.com/josh-stillman/lintier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248863423,"owners_count":21173996,"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":["airbnb-eslint","cli","eslint","formatting","lint-staged","linting","prettier","rc-files","stylelint","typescript"],"created_at":"2024-08-04T00:01:32.704Z","updated_at":"2025-04-15T11:48:40.103Z","avatar_url":"https://github.com/josh-stillman.png","language":"TypeScript","funding_links":[],"categories":["Installation and Setup","cli"],"sub_categories":["Testing Tools"],"readme":"# Lintier\n\n![E2E Test Status](https://github.com/josh-stillman/lintier/actions/workflows/e2e.yml/badge.svg) [![Version](https://img.shields.io/npm/v/lintier.svg?style=flat-square)](https://www.npmjs.com/package/lintier?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/lintier.svg?style=flat-square)](https://www.npmjs.com/package/lintier) [![Last commit](https://img.shields.io/github/last-commit/josh-stillman/lintier.svg?style=flat-square)](https://github.com/josh-stillman/lintier/graphs/commit-activity)\n\n### CLI to quickly setup [ESLint](https://eslint.org/) \u0026 [Prettier](https://prettier.io/) in [TypeScript](https://www.typescriptlang.org/) projects.  Because linting and formatting are a must, but setup is a pain.\n\n![](https://github.com/josh-stillman/lintier/blob/main/lintier.gif?raw=true)\n\nLintier works in React, Node, and other Typescript projects. It lets you install [stylelint](https://stylelint.io/) for linting \u0026 formatting css, and [lint-staged](https://github.com/okonet/lint-staged#readme) for linting pre-commit. Lintier will install the dependencies, create the config files, and add scripts to your `package.json` file.\n\nLintier's goal is to provide a minimal foundation, letting you further customize the setup to fit your project's needs.\n\n## Update for ESLint 9\n\nAs of Fall 2024, the community is still updating various packages to be compatible with ESLint 9. This version of lintier disables currently incompatible packages like the [airbnb styleguide](https://github.com/airbnb/javascript/issues/2961).\n\n## Usage\n\nJust run `npx lintier@latest` in your project's directory.  Linter will start in interactive mode, letting you choose your project type and configuration.\n\nAlternately, you can specify any of these options to skip the interactive prompts:\n\n  |Options                 |Description\n  -------------------------|-------------------------\n  |-r, --react             |install react dependencies\n  |-n, --node              |install node dependencies\n  |-s, --styleLint         |install stylelint\n  |-c, --sass              |install sass stylelint config\n  |-l, --lintStaged        |install lint-staged and simple-git-hooks\n  |-p, --pinned            |use pinned dependency versions that are known to work\n  |--help                  |display help for command\n  |-V, --version           |output the version number\n\n\n## Troubleshooting and Pinned Versions\n\nBy default, lintier installs the latest dependency versions, which means that breaking changes in those dependencies can break lintier.  A weekly automated end-to-end test helps catch these changes.\n\nIf the latest dependency versions aren't working, you can fall back to the last-known working versions by passing the `-p` flag.  (Interactive mode still starts if this is the only flag passed).  The [list](./src/installDependencies/pinnedVersions.json) of known working versions is updated after each successful weekly test run.\n\nIf you spot trouble, please open an issue in the GitHub repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh-stillman%2Flintier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosh-stillman%2Flintier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh-stillman%2Flintier/lists"}