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

@intouchg/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intouchg/eslint-config

ESLint configuration for the Intouch Design System

  • 0.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@intouchg/eslint-config

ESLint configuration for the Intouch Design System

Getting Started

This ESLint configuration is automatically included in the Intouch Design System app boilerplate @intouchg/starter.

To use in your own custom configuration, install then extend this package in your ESLint config:

  1. Install dependencies
yarn add --dev @intouchg/eslint-config @babel/core @babel/eslint-parser @babel/eslint-plugin @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-react eslint-plugin-react-hooks typescript 

Note: Due to the way ESLint overrides work, Typescript devDependencies are required regardless of whether you are using Typescript in your project.

  1. Configure ESLint
// .eslintrc
{
    "extends": ["@intouchg/eslint-config"]
}

FAQs

Package last updated on 29 Dec 2021

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