Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takitotech/eslint-config-takitotech
https://github.com/takitotech/eslint-config-takitotech
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/takitotech/eslint-config-takitotech
- Owner: TakitoTech
- License: mit
- Created: 2022-07-20T23:47:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T08:02:58.000Z (about 1 year ago)
- Last Synced: 2023-12-16T09:32:27.142Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-takitotech
## Updating (internal)
After updating package, increment version and run `pnpm publish`.
## Installation
pnpm i -D eslint-config-takitotechThen use it with one of the following configs by updating the respective eslintrc.js / package.json etc
## Using various configs
Ref: https://eslint.org/docs/latest/developer-guide/shareable-configs
### package-node
Use when create a custom node js package```
{
"extends": ["eslint-config-package-node"]
}
```
or```
{
"extends": ["package-node"]
}
```