eslint-config-blazex

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-blazex

Weekly Downloads

34

Version

0.0.3

License

MIT

Unpacked Size

5.53 kB

Total Files

15

Last publish

Collaborators

  • brijeshbhakta30