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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T11:33:00.000Z (over 3 years ago)
- Last Synced: 2025-03-15T10:01:44.670Z (over 1 year 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
[](https://github.com/waliot)

## 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)