eslint-config-ts-strict

1.1.3 • Public • Published

ts-strict-eslint-config

Very strict ESLint config for projects using TypeScript.

Installation

Install my-project with npm or yarn

 npm install react-ts-strict-eslint-config --save-dev
yarn add react-ts-strict-eslint-config --dev

Usage/Examples

After installing the package, you can use it in your ESLint configuration file by extending the ts-strict configuration:

{
  "extends": "ts-strict"
}

configuration

The ts-strict configuration extends the following ESLint configurations:

  • eslint:recommended
  • plugin:@typescript-eslint/recommended
  • plugin:@typescript-eslint/recommended-requiring-type-checking
  • plugin:import/recommended
  • plugin:import/typescript
  • plugin:jsx-a11y/recommended

It also includes additional rules to enforce strict coding standards. The individual rule sets are located in the rules/ directory and can be extended separately if desired.

Contributing

Contributions are always welcome!

If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.

Package Sidebar

Install

npm i eslint-config-ts-strict

Weekly Downloads

377

Version

1.1.3

License

MIT

Unpacked Size

99.2 kB

Total Files

17

Last publish

Collaborators

  • davidrecheni