Warning
This repository has been deprecated in favor of @tobiaslabs/eslint-config-javascript, which uses ESLint 9.
No further updates to this repository will be made or accepted.
ESLint and TypeScript configurations that I use across projects I maintain.
Install the normal way:
npm install --save-dev eslint @saibotsivad/eslint-config-saibotsivad
Create an ESLint config file:
touch .eslintrc.json
Add this config as the base:
{
"extends": [
"@saibotsivad/eslint-config-saibotsivad"
]
}
That's it.
That's everything.
(I followed these directions to make this. Thanks @viclafouch!)
Published and released under the Very Open License.