0.1.0 • Published 3 years ago

eslint-config-aesy v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Aesys ESLint Configuration

npm MIT license

This is a shareable config for ESLint which I use in my personal projects.

But why?

Because, in my own projects, I don't like working against the configurations of others (so I spent a bunch of hours making my own - I never said it made any sense). This repo is not really meant for external consumption, but if you feel adventurous go ahead and try it! I may change my mind at some point and offer a better description of the thinking behind the selection of checks.

Usage

Run the following to add the config as a dependency:

npm install --save-dev eslint-config-aesy

And add one or more of the following values, in this order, to your .eslintrc file depending on your needs (always include the base config "aesy" though):

{
    "extends": [
        "aesy",
        "aesy/react",
        "aesy/typescript"
    ]
}

Contribute

Use the issue tracker to report bugs or make feature requests. Pull requests are welcome, but it may be a good idea to create an issue to discuss any changes beforehand.

License

MIT, see LICENSE file.