2.0.0 • Published 1 year ago

@exodus/eslint-config-typescript-react v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@exodus/eslint-config-javascript-babel

Use

  yarn add --dev @exodus/eslint-config-typescript

and the snippet below to initialize your .eslintrc.js

// .eslintrc.js
module.exports = {
  overrides: [
    {
      files: ['*.{ts,tsx}'],
      extends: ['@exodus/eslint-config-typescript-react'],
    },
    {
      files: ['*.{js,jsx}'],
      extends: ['@exodus/eslint-config-typescript-react'],
    },
  ],
}
2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago