@deanacus/eslint-config
Version:
An Eslint configuration
33 lines (22 loc) • 498 B
Markdown
# @deanacus/eslint-config
My personal preferred eslint configuration
## Installation
```sh
yarn add --dev @deanacus/eslint-config
```
```sh
npm install --save-dev @deanacus/eslint-config
```
## Usage
## Extend/Override
After installing, update your project's `.eslintrc.js` file to import the rule
sets you want:
```js
module.exports = {
extends: ['@deanacus'],
// ...etc
};
```
For more detailed information on configuring Prettier, see the
[ESLint website](https://eslint.org).