eslint-config-saibotsivad
ESLint and TypeScript configurations that I use across projects I maintain.
Using
Install the normal way:
npm install --save-dev eslint eslint-config-saibotsivad
Create an ESLint config file:
touch .eslintrc.json
Add this config as the base:
{
"extends": [
"eslint-config-saibotsivad"
]
}
That's it.
That's everything.
(I followed these directions to make this. Thanks @viclafouch!)
License
Published and released under the Very Open License.