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

@labd/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labd/eslint-config

Base ESLint config for Lab Digital applications

  • 0.5.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-26.92%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-labd

Opinionated config for ESLint for use in Lab Digital front-end projects.

About

This config is set up for React projects with TypeScript that resolve modules using the paths option in the tsconfig.json configuration file. For code style linting we use Prettier and add in a import config to sensibly sort imports.

Next to that there are no strict limitations on code style, but it is strict on problematic code, like badly set-up hooks.

Usage

Use the following command to install this config and it's peer dependencies:

yarn add -D @labd/eslint-config eslint

Add the config to your .eslintrc.js:

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

Keywords

FAQs

Package last updated on 14 Jun 2022

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