0.0.25 • Published 2 months ago

eslint-config-strict-check v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.25

2 months ago

0.0.24

3 months ago

0.0.23

3 months ago

0.0.22

7 months ago

0.0.18

8 months ago

0.0.17

9 months ago

0.0.16

12 months ago

0.0.15

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2-beta14

2 years ago

0.0.2-beta13

2 years ago

0.0.2-beta12

2 years ago

0.0.2-beta11

2 years ago

0.0.2-beta10

2 years ago

0.0.2-beta9

2 years ago

0.0.2-beta8

2 years ago

0.0.2-beta7

2 years ago

0.0.2-beta6

2 years ago

0.0.2-beta5

2 years ago

0.0.2-beta4

2 years ago

0.0.2-beta3

2 years ago

0.0.2-beta2

2 years ago

0.0.2-beta1

2 years ago

0.0.2

2 years ago