/eslint-config-saibotsivad

ESLint and TypeScript configurations that I use in most all of my projects.

Primary LanguageJavaScriptOtherNOASSERTION

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-config-saibotsivad

ESLint and TypeScript configurations that I use across projects I maintain.

Using

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!)

License

Published and released under the Very Open License.