Socket
Book a DemoInstallSign in
Socket

@oat-sa/eslint-config-tao

Package Overview
Dependencies
Maintainers
34
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oat-sa/eslint-config-tao

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

2.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
34
Weekly downloads
 
Created
Source

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.

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

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

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

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

    module.exports = {
      extends: '@oat-sa/eslint-config-tao/node'
    };
    
  • 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

Keywords

tao

FAQs

Package last updated on 23 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.