0.19.0 • Published 3 years ago

@jameslnewell/eslint-config v0.19.0

Weekly downloads
12
License
MIT
Repository
-
Last release
3 years ago

@jameslnewell/eslint-config

ESLint configuration.

Installation

yarn add --dev @jameslnewell/eslint-config eslint

Usage

Create a ESLint configuration file:

.eslintrc.js

module.exports = {
  extends: "@jameslnewell/eslint-config",
  parserOptions: {
    project: "./tsconfig.json"
  }
};

Add a script to your package.json:

package.json

{
  "scripts": {
    "lint": "eslint --ext .tsx,.ts,.jsx,.js ."
  }
}

Configs

@jameslnewell/eslint-config

Sans-react.

@jameslnewell/eslint-config/react

React.

0.19.0

3 years ago

0.17.2

3 years ago

0.17.1

3 years ago

0.16.0

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago

0.13.5

5 years ago

0.13.4

5 years ago

0.13.3

5 years ago

0.13.2

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.1.0

5 years ago