eslint-config-blazex
v0.0.3
Published
🔥 Blazex 🔥 eslint config that can be used across projects
Downloads
536
Maintainers
Readme
eslint-config-blazex
This package provides multiple .eslintrc config files an extensible shared config.
If you want to use the JavaScript config, you can use it like this:
{
"extends": "blazex"
}
If you want to use the TypeScript config, you can use it like this:
{
"extends": "blazex/ts"
}
If you want to use the React config, you can use it like this:
{
"extends": "blazex/react"
}
If you want to use the React TypeScript config, you can use it like this:
{
"extends": "blazex/react-ts"
}
If you want to use the Next config, you can use it like this:
{
"extends": "blazex/next"
}
If you want to use the Next TypeScript config, you can use it like this:
{
"extends": "blazex/next-ts"
}