Skip to content

nutshellcrm/eslint-config-nutshell

Repository files navigation

eslint-config-nutshell

ESLint shareable config for the Nutshell JavaScript style guide

Install

$ npm install --save-dev eslint eslint-config-nutshell eslint-plugin-babel eslint-plugin-react eslint-config-import eslint-plugin-import babel-eslint

Usage

Read up on how to use sharable configs at the ESLint website. Essentially, add the following to the project's .eslintrc file:

{
    "extends": "nutshell"
}

About

ESLint shareable config for the Nutshell JavaScript style guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published