Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wibus-wee/wlint-config
[configs] wlint config repository
https://github.com/wibus-wee/wlint-config
Last synced: about 1 month ago
JSON representation
[configs] wlint config repository
- Host: GitHub
- URL: https://github.com/wibus-wee/wlint-config
- Owner: wibus-wee
- Created: 2023-01-01T14:00:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:51:59.000Z (about 1 year ago)
- Last Synced: 2024-10-24T03:55:34.470Z (2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wlint-config
wlint config repository## Usage
You should install [wlint](https://github.com/wibus-wee/wlint) first. wlint is a wonderful linter config Manager
```bash
npm i -g wlint
```Then add this repository to your wlint origin config
```bash
wlint origin add wibus-wee/wlint-config
# or
wlint config set origin wibus-wee/wlint-config
```To remove this repository from your wlint origin config
```bash
wlint origin remove wibus-wee/wlint-config
# or
wlint config remove origin wibus-wee/wlint-config
```
## Auto Match SupportsThis repository supports some auto match rules. This feature is provided by [wlint](https://github.com/wibus-wee/wlint#automatic-matching-category). You should open `autoMatch` in your wlint config.
Now, this repository supports these match rules:
- default - recommended to use in a library project.
- react - [react](https://reactjs.org/), [next](https://nextjs.org/)## Author
wlint-config © Wibus. Created on Jan 1, 2023
> [Personal Website](http://iucky.cn/) · [Blog](https://blog.iucky.cn/) · GitHub [@wibus-wee](https://github.com/wibus-wee/) · Telegram [@wibus✪](https://t.me/wibus_wee)