2.1.0 • Published 9 months ago

@exodus/eslint-config-typescript v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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'],
      extends: ['@exodus/eslint-config-typescript'],
    },
  ],
  // ... customization
}