2.0.0 • Published 2 months ago

@amollo-lint/eslint-config-tsx v2.0.0

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

@amollo-lint/eslint-config-tsx

MIT License npm version

ESLint rules for React TSX

Note: This package was not developed on demand for general use, the rules that are configured in it refer to the use of specific projects for the needs of the owner. Use it if you need such rules for your linter

Installation

  • npm
npm install --save-dev @amollo-lint/eslint-config-tsx eslint typescript
  • yarn
yarn add -D @amollo-lint/eslint-config-tsx eslint typescript

Usage

Create a tsconfig.json file:

$ tsc --init

Set your eslint config to: .eslintrc.js

module.exports = {
    "extends": "@amollo-lint/eslint-config-tsx",
    "parserOptions": {
        "project": "tsconfig.json",
        "tsconfigRootDir": __dirname,
    }
}

Extends

  • @amollo-lint/eslint-config-ts
  • @amollo-lint/eslint-config-jsx