New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-brainbits-typescript-react

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-brainbits-typescript-react

Global typescript react eslint rules for Brainbits GmbH

  • 4.1.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
163
increased by15.6%
Maintainers
3
Weekly downloads
 
Created
Source

ESLint Config brainbits Typescript React

npm version supported eslint version

This package contains our eslint rules we use at brainbits for typescript based react projects. Its a combination of eslint-config-brainbits-typescript and eslint-config-brainbits-react with some rule fixes to accept file extensions .ts and .tsx.

Usage

Install the package via npm.

$ npm install --save-dev eslint-config-brainbits-typescript-react

After installation of the package you have to install all required peer dependencies.

$ npx install-peerdeps --dev eslint-config-brainbits-typescript-react

Add it to your .eslintrc

{
    "extends": ["brainbits-typescript-react"],
    "parserOptions": {
        "project": "./tsconfig.json"
    }
}

Note: The eslint typescript parser requires the path to your tsconfig.json file in the parser options.

Keywords

FAQs

Package last updated on 11 Apr 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc