0.0.4 • Published 2 years ago

@saibotsivad/eslint-config-saibotsivad v0.0.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

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.

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago