Socket
Socket
Sign inDemoInstall

eslint-config-sketch-web

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sketch-web

This is the ESLint config that's used for all Sketch Web projects that are written in React.


Version published
Maintainers
1
Created
Source

eslint-config-sketch-web

This is the ESLint config that's used for all Sketch Web projects that are written in React.

Installation

npm install --save-dev eslint-config-sketch-web

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

This Shareable Config adds specific rules used for Sketch Web projects in addition to the baseline JavaScript Standard Style rules provided by eslint-config-standard and eslint-config-standard-react.

Here's how to install everything you need:

npm install --save-dev eslint-config-sketch-web eslint-config-standard eslint-config-standard-react eslint-config-standard-jsx eslint-plugin-react

Then, add this to your .eslintrc file:

{
  "extends": ["sketch-web"]
}

Keywords

FAQs

Package last updated on 28 Jul 2016

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