Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lbenie/linting

My personal set of linting rules
https://github.com/lbenie/linting

Last synced: 26 days ago
JSON representation

My personal set of linting rules

Awesome Lists containing this project

README

        

# @lbenie/linting

My personal opinionated linting configuration for eslint prettier and stylelint

## Usage

Inside your project install the package

```bash
npm i -D @lbenie/linting
```

or

```bash
yarn add -D @lbenie/linting
```

Then create a `eslint.config.js` file at the root of your project and add the following

```js
import rules from '@lbenie/linting/eslint';

export default [
...rules,
]
```

Then create a `stylelint.config.cjs` file at the root of your project and add the following

```js
import rules from '@lbenie/linting/stylelint';

export default [
...rules,
]
```



Lucien Bénié

💻 📖

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!