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

eslint-config-aco-angular

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-aco-angular - npm Package Compare versions

Comparing version 0.7.0 to 1.0.0

7

config.json

@@ -205,6 +205,9 @@ {

"multiline-ternary": "warn",
"no-continue": "warn",
"max-depth": "warn",
"max-len": [ "warn", 100 ],
"max-lines": "warn",
"max-lines": [ "warn", {
"skipBlankLines": true,
"skipComments": true,
"max": 350
}],
"max-statements-per-line": "warn",

@@ -211,0 +214,0 @@ "no-negated-condition": "warn",

{
"name": "eslint-config-aco-angular",
"version": "0.7.0",
"version": "1.0.0",
"description": "Angular 1.x EsLint shareable config",

@@ -5,0 +5,0 @@ "main": "index.js",

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