0.0.27 • Published 11 months ago

eslint-config-strict-check v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-strict-check

  • Strict config for eslint.

How to use

Installation

$ yarn add -D eslint-config-strick-check

Each to use

Use for TypeScript

// .eslintrc.js
module.exports = {
    extends: ["strict-check"] // or ["strict-check/typescript"]
}

Use for TypeScript with Jest

// .eslintrc.js
module.exports = {
    extends: ["strict-check/typescript-max"]
}

Use for React with TypeScript

// .eslintrc.js
module.exports = {
    extends: ["strict-check/react"]
}

Use for React with TypeScript, Jest, Storybook

// .eslintrc.js
module.exports = {
    extends: ["strict-check/react-max"]
}

Use for Next.js with TypeScript

// .eslintrc.js
module.exports = {
    extends: ["strict-check/next"]
}

Use for Next.js with TypeScript, Jest, Storybook

// .eslintrc.js
module.exports = {
    extends: ["strict-check/next-max"]
}

Used config, plugin ( alphabetical )

config

plugin

Recommended, but not includes

plugin

License

  • MIT
  • This is includes the work that is distributed in the Apache License 2.0.
0.0.27

11 months ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.13

3 years ago

0.0.14

2 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2-beta14

3 years ago

0.0.2-beta13

3 years ago

0.0.2-beta12

3 years ago

0.0.2-beta11

3 years ago

0.0.2-beta10

3 years ago

0.0.2-beta9

3 years ago

0.0.2-beta8

3 years ago

0.0.2-beta7

3 years ago

0.0.2-beta6

3 years ago

0.0.2-beta5

3 years ago

0.0.2-beta4

3 years ago

0.0.2-beta3

3 years ago

0.0.2-beta2

3 years ago

0.0.2-beta1

3 years ago

0.0.2

3 years ago