Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waliot/eslint-config
Waliot Tech Team ESLint config
https://github.com/waliot/eslint-config
eslint eslint-config hacktoberfest waliot-oss
Last synced: 16 days ago
JSON representation
Waliot Tech Team ESLint config
- Host: GitHub
- URL: https://github.com/waliot/eslint-config
- Owner: waliot
- License: mit
- Created: 2022-05-25T07:39:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T11:33:00.000Z (about 2 years ago)
- Last Synced: 2025-01-09T17:17:06.683Z (about 1 month ago)
- Topics: eslint, eslint-config, hacktoberfest, waliot-oss
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Waliot ESLint config
[![Waliot](https://raw.githubusercontent.com/waliot/waliot/main/assets/waliot-tech-badge.svg)](https://github.com/waliot)
![npm](https://img.shields.io/npm/v/@waliot-oss/eslint-config)## Install
```bash
npm install --save-dev @waliot-oss/eslint-config
```## Usage
In yours eslint config file add:
```json
{
"extends": [
"@waliot-oss/eslint-config"
]
}
```## Maintainers
- [@mephistorine](https://github.com/mephistorine)
## License
[MIT](LICENSE)