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

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 🗿

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.