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

@lab009/eslint-config-lab009

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lab009/eslint-config-lab009

[DEPRECATED] Shared ESLint config by lab009

  • 2.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@lab009/eslint-config-lab009

[DEPRECATED] use @lab009/eslint-config-magma

Shared ESLint config by lab009.

Usage

Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint, eslint-plugin-react, eslint-plugin-jsx-a11y, and eslint-plugin-import.

  1. Install the correct versions of each package, which are listed by the command:
npm info "@lab009/eslint-config-lab009@latest" peerDependencies

Use the install-peerdeps cli tool.

npm install -g install-peerdeps
install-peerdeps --dev @lab009/eslint-config-lab009

The cli will produce and run a command like:

npm install --save-dev @lab009/eslint-config-lab009 eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.#
  1. add "extends": "@lab009/eslint-config-lab009" to your .eslintrc

Repository

https://github.com/lab009/eslint-config-lab009.git

FAQs

Package last updated on 07 Mar 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

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