@amollo-lint/eslint-config-tsx
v2.0.0
Published
ESLint rules for React TSX
Maintainers
Readme
@amollo-lint/eslint-config-tsx
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 typescriptUsage
Create a tsconfig.json file:
$ tsc --initSet 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
