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

https://github.com/hellomouse/eslint-config

Official ESLint configs for Hellomouse
https://github.com/hellomouse/eslint-config

eslint eslint-config

Last synced: 4 months ago
JSON representation

Official ESLint configs for Hellomouse

Awesome Lists containing this project

README

          

# Hellomouse ESLint Rulesets

This repository contains ESLint shareable configs that can be used to enforce coding standards and best practices in your JavaScript/TypeScript projects.

In order to use any of the configs, you will need:

- [`eslint-plugin-jsdoc`](https://www.npmjs.com/package/eslint-plugin-jsdoc)
- [`eslint-plugin-import`](https://www.npmjs.com/package/eslint-plugin-import)
- [`@stylistic/eslint-plugin`](https://www.npmjs.com/package/@stylistic/eslint-plugin)

For TypeScript:

- [`@typescript-eslint/parser`](https://www.npmjs.com/package/@typescript-eslint/parser)
- [`@typescript-eslint/plugin`](https://www.npmjs.com/package/@typescript-eslint/plugin)

## License
Unless otherwise noted, the contents of this repository are licensed under the [MIT License](LICENSE)