https://github.com/astrohelm/eslint-config-astrohelm
Astrohelm linter configuration 🗿
https://github.com/astrohelm/eslint-config-astrohelm
astrohelm config eslint eslint-config eslint-rules lint linter preset ruleset
Last synced: 6 months ago
JSON representation
Astrohelm linter configuration 🗿
- Host: GitHub
- URL: https://github.com/astrohelm/eslint-config-astrohelm
- Owner: astrohelm
- License: mit
- Created: 2023-07-31T20:27:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:09:58.000Z (over 1 year ago)
- Last Synced: 2025-09-01T13:24:51.638Z (11 months ago)
- Topics: astrohelm, config, eslint, eslint-config, eslint-rules, lint, linter, preset, ruleset
- Language: JavaScript
- Homepage: https://astrohelm.ru
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
Astrohelm linter configuration
**1**. Install required packages:
```bash
npm i -D eslint eslint-config-astrohelm
```
**2**. Import `eslint-config-astrohelm` in `eslint.config.js`
```js
'use strict';
const configAstrohelm = require('eslint-config-astrohelm');
module.exports = configAstrohelm; // or if you want to custom:
// module.exports = [...configAstrohelm, config];
```
**3**. **_(optional)_** Add following scripts
```json
// package.json
{
"scripts": {
"lint": "eslint ."
//...
}
//...
}
```
Copyright & contributors
Copyright © 2023 Astrohelm contributors.
This library is MIT licensed license.
And it is part of Astrohelm ecosystem.