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
- Host: GitHub
- URL: https://github.com/hellomouse/eslint-config
- Owner: hellomouse
- License: mit
- Created: 2019-08-09T23:55:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T19:34:38.000Z (over 1 year ago)
- Last Synced: 2025-08-08T17:21:59.084Z (10 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)