Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-lit/lint-kit
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
https://github.com/alex-lit/lint-kit
commitlint config eslint kit lint markdownlint preset prettier stylelint toolkit
Last synced: 29 days ago
JSON representation
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
- Host: GitHub
- URL: https://github.com/alex-lit/lint-kit
- Owner: alex-lit
- License: mit
- Created: 2020-12-28T10:44:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T13:33:12.000Z (about 1 month ago)
- Last Synced: 2024-10-09T10:47:45.626Z (30 days ago)
- Topics: commitlint, config, eslint, kit, lint, markdownlint, preset, prettier, stylelint, toolkit
- Language: JavaScript
- Homepage:
- Size: 5.36 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lint Kit
Presets of configuration files and dependencies for linting web applications
(designed for [Vue.js](https://vuejs.org) with
[TypeScript](https://www.typescriptlang.org/))## Usage
### Instal all linters
```sh
npm i @alexlit/config-commitlint @alexlit/config-eslint @alexlit/config-hooks @alexlit/config-htmllint @alexlit/config-markdownlint @alexlit/config-npmlint @alexlit/config-prettier @alexlit/config-stylelint --legacy-peer-deps -D
```### Configuration
- [commitlint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-commitlint/README.md)
- [eslint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-eslint/README.md)
- [hooks](https://github.com/alex-lit/lint-kit/blob/master/packages/config-hooks/README.md)
- [htmllint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-htmllint/README.md)
- [markdownlint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-markdownlint/README.md)
- [npmlint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-npmlint/README.md)
- [prettier](https://github.com/alex-lit/lint-kit/blob/master/packages/config-prettier/README.md)
- [stylelint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-stylelint/README.md)## Dev mode
### Installation
```sh
pnpm run i
```