Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```