@inc/eslint-config

2019.10.22 • Public • Published

eslint-config

INC

Recommended ESLint settings for !NC projects

Installation

$ npx install-peerdeps --dev @inc/eslint-config

Usage

In your .eslintrc or .eslintrc.json file:

{
  extends: "@inc"
}

Or in package.json:

{
  "name": "your-project-name",
  "eslintConfig": {
    "extends": "@inc"
  }
}

You can use @inc/esnext you are parsing ES2015+:

{
  "extends": "@inc/eslint-config/esnext"
}

Or @inc/browser if you are in the browser:

{
  "extends": "@inc/eslint-config/browser"
}

License

MIT © Paul Anthony Webb

Install

DownloadsWeekly Downloads

0

Version

2019.10.22

License

MIT

Unpacked Size

7.18 kB

Total Files

6

Last publish

Collaborators

  • netoperatorwibby