0.0.3 • Published 6 months ago

eslint-config-blazex v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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"
}