Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)