@nimbl3/eslint-config-nimbl3

2.1.1 • Public • Published

@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.

Package Sidebar

Install

npm i @nimbl3/eslint-config-nimbl3

Weekly Downloads

29

Version

2.1.1

License

MIT

Unpacked Size

22.4 kB

Total Files

7

Last publish

Collaborators

  • abhinavmsra
  • dev-nimbl3
  • olivierobert