Socket
Socket
Sign inDemoInstall

@crowdhouse/eslint-config-typescript

Package Overview
Dependencies
0
Maintainers
24
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @crowdhouse/eslint-config-typescript

Shared ESLint configuration for typescript apps


Version published
Maintainers
24
Install size
3.62 kB
Created

Readme

Source

eslint-config-typescript

Eslint configuration to use in typescript or mixed typescript/javascript projects

Add to your project

npm i -D @crowdhouse/eslint-config-typescript

To use in typescript based projects

Add .eslintrc with content:

{
  "extends": [
     "@crowdhouse/eslint-config-typescript"
  ]
}

To use in react-scripts based projects

Adjust eslintConfig section in package.json:

"eslintConfig": {
  "extends": [
      "react-app",
      "react-app/jest",
      "@crowdhouse/eslint-config-typescript/base"
  ]
},

FAQs

Last updated on 05 Apr 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc