Eslint Config SignalSciences
Shared eslint config for Signal Sciences projects.
What problem are we solving?
Managing configs across projects can be tedious... sharing is caring.
What does this do?
This project acts as a central location to manage eslint configs across Signal
Sciences projects. At the moment, this includes the following:
Plugins, Presets, and Parsers, Oh my!
What doesn't this do?
Caveat emptor: This config will change without warning. Intended for use
with Signal Sciences projects only.
Good news though! There's almost nothing going on here. Probably best to just
make it your own. :)
Working on a SigSci project? Continue below:
Getting started
yarn add -D eslint-config-signalsciences
Usage
Via .eslintrc
{
"extends": "signalsciences"
}
Via package.json
{
"eslintConfig": {
"extends": "signalsciences"
}
}
References and related projects