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.5.0 to 0.6.0

93

config.json

@@ -75,4 +75,4 @@ {

"key-spacing": "error",
"keyword-spacing": [ "error", "always" ],
"linebreak-style": "error",
"newline-before-return": "error",
"newline-per-chained-call": "error",

@@ -104,3 +104,94 @@ "no-bitwise": "error",

"semi": [ "error", "never" ],
"padding-line-between-statements": [ "error", {
"blankLine": "always",
"prev": "*",
"next": "block"
}, {
"blankLine": "always",
"prev": "*",
"next": "block-like"
}, {
"blankLine": "always",
"prev": "*",
"next": "break"
}, {
"blankLine": "always",
"prev": "*",
"next": "continue"
}, {
"blankLine": "always",
"prev": "*",
"next": "do"
}, {
"blankLine": "always",
"prev": "*",
"next": "for"
}, {
"blankLine": "always",
"prev": "*",
"next": "if"
}, {
"blankLine": "always",
"prev": "*",
"next": "multiline-block-like"
}, {
"blankLine": "always",
"prev": "*",
"next": "return"
}, {
"blankLine": "always",
"prev": "*",
"next": "switch"
}, {
"blankLine": "always",
"prev": "*",
"next": "while"
},
{
"blankLine": "always",
"prev": "block",
"next": "*"
}, {
"blankLine": "always",
"prev": "block-like",
"next": "*"
}, {
"blankLine": "always",
"prev": "break",
"next": "*"
}, {
"blankLine": "always",
"prev": "continue",
"next": "*"
}, {
"blankLine": "always",
"prev": "do",
"next": "*"
}, {
"blankLine": "always",
"prev": "for",
"next": "*"
}, {
"blankLine": "always",
"prev": "if",
"next": "*"
}, {
"blankLine": "always",
"prev": "multiline-block-like",
"next": "*"
}, {
"blankLine": "always",
"prev": "return",
"next": "*"
}, {
"blankLine": "always",
"prev": "switch",
"next": "*"
}, {
"blankLine": "always",
"prev": "while",
"next": "*"
}],
"angular/log": "warn",

@@ -107,0 +198,0 @@ "angular/definedundefined": "warn",

2

package.json
{
"name": "eslint-config-aco-angular",
"version": "0.5.0",
"version": "0.6.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