Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@excalidraw/eslint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@excalidraw/eslint-config

Excalidraw's ESLint config


Version published
Weekly downloads
1.3K
decreased by-16.98%
Maintainers
4
Weekly downloads
 
Created

@excalidraw/eslint-config

Excalidraw's ESLint config.

Usage

Install (macOS, Linux)

yarn add --dev @excalidraw/eslint-config \
               eslint-config-prettier \
               eslint-plugin-prettier \
               eslint-plugin-react-app \
               prettier \
               eslint

Install (Windows)

yarn add --dev @excalidraw/eslint-config ^
               eslint-config-prettier ^
               eslint-plugin-prettier ^
               eslint-plugin-react-app ^
               prettier ^
               eslint

Edit .eslintrc.json

{
  // ...
  "extends": "@excalidraw/eslint-config"
}

FAQs

Package last updated on 22 Feb 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