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

@ferlab/eslint-config

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ferlab/eslint-config

Contains standard extension for ferlab UI js/ts project

  • 2.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

eslint-config

Contains standard extension for ferlab UI js/ts project

For more information https://docs.npmjs.com/creating-node-js-modules

Installation

Peer dependencies

npm install eslint eslint-config-airbnb eslint-config-airbnb-typescript eslint-config-prettier eslint-config-react-app eslint-plugin-import eslint-plugin-jest eslint-plugin-prefer-arrow eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-simple-import-sort eslint-plugin-sort-destructure-keys eslint-plugin-sort-keys-fix

npm install -D @ferlab/eslint-config

Modify the main .eslintrc.js configuration file

Here all what it takes:

{
  "extends": [
    "@ferlab"
  ]
}

Development

test changes

inside this directory

npm link

in the project you what to test

npm link local/path/to/this/project

publish

  1. Update configuration and increment version number
  2. Create PR
  3. When merge create tag

    git tag eslint-config@x.x.x

  4. Login to npm

    npm login

  5. Push the new version

    npm publish

FAQs

Package last updated on 20 Apr 2023

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