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

eslint-config-sparkbox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sparkbox

A set of eslint customizations that we use at Sparkbox.


Version published
Weekly downloads
5
decreased by-73.68%
Maintainers
6
Weekly downloads
 
Created
  • eslint-config-sparkbox ✅ A set of eslint customizations that we use at Sparkbox.

Install

  1. yarn add eslint-config-sparkbox
  • Depending on your editor setup you may need the following dependencies installed globally (-g) through npm. #+BEGIN_SRC shell npm i eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-import eslint-plugin-flowtype --save-dev #+END_SRC
  1. Use extends [[http://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config][syntax]] in your eslint config.
  2. ?
  3. 💰

Usage #+BEGIN_SRC javascript { "extends": "sparkbox" } #+END_SRC

FAQs

Package last updated on 19 Aug 2017

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