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

eslint-config-aesir-mandatory

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-aesir-mandatory

eslint strict

  • 0.0.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-mfe-strict

简介

这是目前manhattan-fe的javascript部分的规则集,最初版本取自airbnbstandard的error配置的交集,之后根据具体开展会逐步调整

change log

2017年9月5日

以下规则由error调整为warn
  • no-eval
  • no-new
  • no-fallthrough
  • no-new-func
  • no-return-assign
  • no-unreachable
  • no-debugger
以下规则配置调整
curly
prevafter
"curly": ["error", "multi-line"]"curly": "error"
以下规则因为需要讨论暂时移除
  • no-cond-assign
  • no-inner-declarations
  • one-var
增加了以下规则
no-console
beforeafter
null

2017年11月29日

以下规则由error调整为warn
  • no-unused-expressions

2017年12月05日

以下规则由error调整为off,因为和prettier冲突
  • no-mixed-operators

release log

0.0.1

[feature]规则定稿

0.0.2

[fix] readme修复

Keywords

FAQs

Package last updated on 30 Jul 2020

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