0.0.5 • Published 3 years ago

@paulomart/eslint-config v0.0.5

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

@paulomart/eslint-config

Sane eslint configs for Typescript and friends.

Installation

npm install --save-dev @paulomart/eslint-config

Usage

TypeScript

Add the following to your package.json:

{
  (...)
  "eslintConfig": {
    "extends": "@paulomart/eslint-config/default"
  },
  (...)
}

React

Add the following to your package.json:

{
  (...)
  "eslintConfig": {
    "extends": "@paulomart/eslint-config/react"
  },
  (...)
}

Node

Add the following to your package.json:

{
  (...)
  "eslintConfig": {
    "extends": "@paulomart/eslint-config/node"
  },
  (...)
}

Next.js

Add the following to your package.json:

{
  (...)
  "eslintConfig": {
    "extends": "@paulomart/eslint-config/nextjs"
  },
  (...)
}
0.0.6-alpha.4

3 years ago

0.0.6-alpha.3

3 years ago

0.0.6-alpha.2

3 years ago

0.0.6-alpha.1

3 years ago

0.0.5

3 years ago

0.0.5-alpha.2

3 years ago

0.0.5-alpha.1

3 years ago

0.0.4

3 years ago

0.0.3-test3

3 years ago

0.0.3-test2

3 years ago

0.0.3-test1

3 years ago

0.0.3

3 years ago

0.0.2-test6

3 years ago

0.0.2-test5

3 years ago

0.0.2-test4

3 years ago

0.0.2-test3

3 years ago

0.0.2-test2

3 years ago

0.0.2-test1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago