Socket
Socket
Sign inDemoInstall

@excalidraw/eslint-config

Package Overview
Dependencies
138
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @excalidraw/eslint-config

Excalidraw's ESLint config


Version published
Weekly downloads
2.9K
increased by74.89%
Maintainers
4
Install size
3.73 kB
Created
Weekly downloads
 

Readme

Source

@excalidraw/eslint-config

Excalidraw's ESLint config.

Usage for CRA

Install (macOS, Linux)

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

Install (Windows)

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

Usage for non-CRA

Install (macOS, Linux)

yarn add --dev @excalidraw/eslint-config \
               @typescript-eslint/parser \
               @typescript-eslint/eslint-plugin \
               eslint-config-prettier \
               eslint-plugin-prettier \
               eslint \
               prettier

Install (Windows)

yarn add --dev @excalidraw/eslint-config ^
               @typescript-eslint/parser ^
               @typescript-eslint/eslint-plugin ^
               eslint-config-prettier ^
               eslint-plugin-prettier ^
               eslint ^
               prettier

Edit .eslintrc.json

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

FAQs

Last updated on 03 Nov 2021

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