Socket
Socket
Sign inDemoInstall

@allthings/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allthings/eslint-config

ESlint shareable config for Allthings style


Version published
Maintainers
2
Created
Source

eslint-config-allthings

ESlint shareable config for Allthings style

Setup

yarn add -DE @allthings/eslint-config

Usage

Add this to your .eslintrc.js

React projects

module.exports = {
  extends: ['@allthings/eslint-config'],
}

Node.js projects

module.exports = {
  extends: ['@allthings/eslint-config/node'],
}

Deployment

Publishing to npm

yarn deploy

Development

Run yarn link in the project folder

Run yarn link @allthings/eslint-config in the project that you want to test it against

After you finish run in your project yarn unlink @allthings/eslint-config and then yarn install --force to restore the initial state of dependencies

Keywords

FAQs

Package last updated on 01 Feb 2024

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