2.0.1 • Published 9 months ago

@oat-sa/eslint-config-tao v2.0.1

Weekly downloads
176
License
GPL-2.0-only
Repository
github
Last release
9 months ago

eslint-config-tao

Shareable .eslintrc.js configurations package for oat-sa projects.

Concept

All extensions, projects and libraries (oat-sa wide) should use the shared config as a basis. Current extension contains a pack of shareable configs depending on the stack and target. General idea is described here: https://eslint.org/docs/developer-guide/shareable-configs

Examples

Use shareable eslint configurations via the extends config property.

  1. Default configuration. Edit the .eslintrc.js of your project:

    module.exports = {
      extends: '@oat-sa/eslint-config-tao'
    };
  2. Configuration for AMD modules:

    module.exports = {
      extends: '@oat-sa/eslint-config-tao/amd'
    };
  3. Configuration for es modules, svelte, etc.:

    module.exports = {
      extends: '@oat-sa/eslint-config-tao/svelte'
    };
  4. Configuration for node:

    module.exports = {
      extends: '@oat-sa/eslint-config-tao/node'
    };
  5. Configuration for cypress:

    module.exports = {
      extends: '@oat-sa/eslint-config-tao/cypress'
    };

History

  • 0.1.0 Initial release.
  • 1.0.0 Added the support of the node config, include all plugins as dependencies, turn off implicit-arrow-linebreak
    • 1.1.0 Added the cypress profile
  • 2.0.0 Updated eslint-plugin-jsdoc and eslint to address vulnerabilities; updated eslint-plugin-jest to address compatibility issue
2.0.1

9 months ago

4.0.1

9 months ago

3.0.2

1 year ago

4.0.0

1 year ago

4.0.0-alpha.8

1 year ago

4.0.0-alpha.7

1 year ago

4.0.0-alpha.5

1 year ago

4.0.0-alpha.6

1 year ago

4.0.0-alpha.4

1 year ago

4.0.0-alpha.3

1 year ago

4.0.0-alpha.2

1 year ago

4.0.0-alpha.1

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago