0.18.3 • Published 2 years ago

eslint-config-codetakt v0.18.3

Weekly downloads
492
License
MIT
Repository
github
Last release
2 years ago

What is this?

Common ESLint configurations of the codeTakt's project.

Usage

Add this configurations and ESlint to your repository.

npm i -D eslint eslint-config-codetakt
npx install-peerdeps --dev eslint-config-codetakt

or

yarn add --dev eslint-config-codetakt
npx install-peerdeps --dev --yarn eslint-config-codetakt

Note that, this will also introduce a number of unnecessary packages for your product. You can delete unnecessary things manually.

Set to extends (This example is YAML format).

---
extends:
  - codetakt

  # These are optional settings.
  # If you want to use them, uncomment that.
  # - codetakt/react
  # - codetakt/vue
  # - codetakt/typescript

Note

This configuration base on the eslint-config-standard and prettier. Those configuration is quite opinionated.

Example:

{
  "parserOptions": {
    "ecmaVersion": 2020,
    "ecmaFeatures": {
      "jsx": true
    },
    "sourceType": "module"
  },

  "env": {
    "es6": true,
    "node": true
  },

  "plugins": [
    "import",
    "node",
    "promise",
    "standard"
  ],

Cite from: https://github.com/standard/eslint-config-standard/blob/v14.1.0/eslintrc.json#L1-L20

If your project conflicts with that configurations, please overwrite them.

Semantic Versioning Guidelines

  • When bumping ESLint or base rule, bump corresponding version part of this module.
    • e.g. When bumping ESLint 1.2.3 to 1.3.4, bump our minor version.

Plus:

  • Tighten (and relax) rules -> Major
  • Relax rules -> Minor
0.18.3

2 years ago

0.18.1

3 years ago

0.18.2

3 years ago

0.18.0

3 years ago

0.17.0

3 years ago

0.16.0

4 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.13.0-alpha.2

4 years ago

0.13.0-alpha.1

4 years ago

0.13.0-alpha.0

4 years ago

0.12.0

6 years ago

0.12.0-0

6 years ago

0.11.0

6 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.7.0-1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago