This package has been deprecated

Author message:

We no longer use eslint in our projects, feel free to continue to use this but it wont get updated.

eslint-config-nifty

3.3.2 • Public • Published

eslint-config-nifty

ESLint shareable config for NiftyCo projects

Install

npm install --save-dev eslint-config-prettier

Usage

Add some ESLint config to your package.json:

{
  "name": "my-nifty-app",
  "version": "1.2.4",
  "eslintConfig": {
    "extends": "nifty"
  }
}

or to .eslintrc:

{
  "extends": "nifty"
}

This package also exposes nifty/react if you're working in React codebases.

Install additional dependencies

npm install --save-dev eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-react-hooks

Then extends nifty/react like so:

{
  "extends": "nifty/react"
}

Package Sidebar

Install

npm i eslint-config-nifty

Weekly Downloads

1

Version

3.3.2

License

none

Unpacked Size

8.61 kB

Total Files

7

Last publish

Collaborators

  • joshmanders