Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tecsinapse-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tecsinapse-js

ESLint configurations used by TecSinapse for JavaScript projects

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

Projeto para padronizar a configuração do ESLint utilizada na TecSinapse para projetos JavaScript

Exceções

Usar para console.log de pontos realmente importantes de ficarem no servidor

// eslint-disable-next-line no-console

Usar em casos que realmente não faz sentido ter um caso padrão para o switch/case

// eslint-disable-next-line default-case

Usar em pontos onde realmente não temos framework visual para suportar uma implementação simples

// eslint-disable-next-line no-alert

Usar em pontos onde realmente os dados ficam apenas no cliente e são informações simples que possuem ciclo de vida maior do que o template

// eslint-disable-next-line meteor/no-session

FAQs

Package last updated on 28 Feb 2018

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc