2019.10.22 • Published 5 years ago

@inc/eslint-config v2019.10.22

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

2019.10.22

5 years ago

2019.7.23

5 years ago

2019.7.11

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago