Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhail-filin/eslint-config
Extendable configuration for eslint
https://github.com/mikhail-filin/eslint-config
Last synced: 11 days ago
JSON representation
Extendable configuration for eslint
- Host: GitHub
- URL: https://github.com/mikhail-filin/eslint-config
- Owner: mikhail-filin
- License: mit
- Created: 2023-11-10T15:34:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T13:43:18.000Z (about 1 year ago)
- Last Synced: 2023-11-27T14:49:48.574Z (about 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![npm publish status](https://github.com/mikhail-filin/eslint-config/actions/workflows/npm-publish.yml/badge.svg)
# @mfilin/eslint-config
Extendable configuration for eslint
## Installation
```bash
npm i --save-dev @mfilin/eslint-config
```## Configuration
In package.json:
```json
"eslintConfig": {
"extends": "@mfilin/eslint-config"
}
```Or `eslint-config` part can be omitted:
```json
"eslintConfig": {
"extends": "@mfilin"
}
```## Future plans
Use existing config as a base, create new ones for Typescript, Angular, Vue