@intouchg/eslint-config

0.7.0 • Public • Published

@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"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @intouchg/eslint-config

Weekly Downloads

1

Version

0.7.0

License

MIT

Unpacked Size

4.04 kB

Total Files

5

Last publish

Collaborators

  • ahamill
  • its-itadmins
  • jacobshepherd