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

@nimblehq/eslint-config-nimble-react

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimblehq/eslint-config-nimble-react

ESLint React configuration developed and maintained by Nimble

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

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

@nimblehq/eslint-config-nimble-react

This package provides ESLint React rules

Installation

  npm install --save-dev @nimblehq/eslint-config-nimble-react

Usage

Standalone

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

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

If the targeting project is using jest and cypress, add @nimblehq/eslint-config-nimble-testing as the following extension

{
  "extends": [
      "@nimblehq/eslint-config-nimble-react",
      "@nimblehq/eslint-config-nimble-testing"
  ],
  "rules": {
    // Additional, per-project rules...
  }
}

With a framework

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

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

This would require defining the required dependencies in the project itself.

License

This project is Copyright (c) 2021 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.

About

Nimble

This project is maintained and funded by Nimble.

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 13 Mar 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