Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurone-kito/lints-config
⚙️ My configuration for the ESLint, Prettier, TypeScript and others; since 2023.3
https://github.com/kurone-kito/lints-config
eslint eslint-configurations my-config npm-package prettier prettier-config tsconfig-config typescript
Last synced: 12 days ago
JSON representation
⚙️ My configuration for the ESLint, Prettier, TypeScript and others; since 2023.3
- Host: GitHub
- URL: https://github.com/kurone-kito/lints-config
- Owner: kurone-kito
- License: mit
- Created: 2023-03-06T14:58:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T08:46:15.000Z (about 1 month ago)
- Last Synced: 2024-10-17T01:38:31.628Z (22 days ago)
- Topics: eslint, eslint-configurations, my-config, npm-package, prettier, prettier-config, tsconfig-config, typescript
- Language: TypeScript
- Homepage:
- Size: 4.75 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.ja.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.ja.md
Awesome Lists containing this project
README
# ⚙️ lints-config
![](logo.png)
My configuration for the ESLint / Prettier / TypeScript
## Structure of the monorepo
- [`packages/commitlint-config`](packages/commitlint-config/README.md):
My commitlint configuration for general projects.
- [`packages/cspell-config`](packages/cspell-config/README.md):
My CSpell configuration for general projects.
- [`packages/eslint-config-base`](packages/eslint-config-base/README.md):
My ESLint configuration for general projects.
- [`packages/eslint-config-react`](packages/eslint-config-base/README.md):
My ESLint configuration for React projects.
- [`packages/lint-staged-config`](packages/lint-staged-config/README.md):
My lint-staged configuration for general projects.
- [`packages/markdownlint-config`](packages/markdownlint-config/README.md):
My Markdownlint configuration for general projects.
- [`packages/prettier-config`](packages/prettier-config/README.md):
My Prettier configuration for general projects.
- [`packages/typescript-config`](packages/typescript-config/README.md):
My TypeScript configuration for general projects.## System Requirements
- Node.js v18 (LTS Hydrogen) or later
## Initialization
```sh
corepack enable
corepack up
```## Contributing
Welcome to contribute to this repository! For more details,
please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md).Introduce commit message validation at commit time.
“**[Conventional Commits](https://www.conventionalcommits.org/ja/)**”
rule is applied to discourage committing messages that violate conventions.## LICENSE
MIT