🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

eslint-config-ts-strict

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ts-strict

Very strict ESLint config for projects using TypeScript

npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

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.

Keywords

typescript

FAQs

Package last updated on 25 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts