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

@nimbl3/eslint-config-nimbl3

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimbl3/eslint-config-nimbl3

Eslint Config developed and maintained by Nimbl3

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

@nimbl3/eslint-config-nimbl3

ESLint shareable config developed and maintained by Nimbl3

Installation

$ npm install --save-dev @nimbl3/eslint-config-nimbl3

Usage

Standalone

Add @nimbl3/eslint-config-nimbl3 to the extends section of your .eslintrc configuration file.

{
  "extends": [
      "@nimbl3/eslint-config-nimbl3"
  ],
  "rules": {
    // Additional, per-project rules...
  }
}

With a framework

Similar process above but usually it requires to add the extra rules for the JS framework:

{
  "extends": [
      "@nimbl3/eslint-config-nimbl3",
      "plugin:react/recommended", 
      "plugin:vue/recommended"
  ],
  "rules": {
    // Additional, per-project rules...
  }
}

Obviously, this would require to define the required dependencies in the project itself.

License

This project is Copyright (c) 2014-2018 Nimbl3 Ltd. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Nimbl3

This project is maintained and funded by Nimbl3 Ltd.

We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.

Keywords

FAQs

Package last updated on 25 Sep 2018

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