3.1.0 • Published 7 years ago

@n3dst4/eslint-config-n3dst4 v3.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

@n3dst4/eslint-config-n3dst4

Heyo. This is my ESLint config, meant for ES-current code (Babelified or otherwise).

ESLint is a very configurable tool for checking JavaScript code. Eslint configs can be shared and distributed as npm packages.

Usage

In the package you want to lint while developing, run

npm install eslint babel-eslint eslint-plugin-babel @n3dst4/eslint-config-n3dst4 --save-dev

Then in your package.json, add:

  "eslintConfig": {
    "extends": "@n3dst4/eslint-config-n3dst4"
  }

React and JSX

If you're working on a project with React and/or using JSX syntax, replace the eslintConfig block above with:

  "eslintConfig": {
    "extends": "@n3dst4/eslint-config-n3dst4/react"
  }

This will enable JSX support and bring in some rules about React usage, too.

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago