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

@f5devcentral/eslint-config-f5-atg

Package Overview
Dependencies
Maintainers
17
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@f5devcentral/eslint-config-f5-atg - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

6

index.js

@@ -36,2 +36,5 @@ module.exports = {

// node 4 does not support the exponentiaition operator
'prefer-exponentiation-operator': 'off',
// Allow function declarations at the bottom of a file. They are hoisted in ES6.

@@ -43,2 +46,5 @@ 'no-use-before-define': ['error', { functions: false }],

'function-call-argument-newline': ['error', 'consistent'],
'function-paren-newline': ['error', 'consistent'],
// only set strict mode when necessary

@@ -45,0 +51,0 @@ 'strict': ['error', 'global'],

2

package.json
{
"name": "@f5devcentral/eslint-config-f5-atg",
"version": "0.1.6",
"version": "0.1.7",
"description": "An eslint config for F5 Automation Toolchain projects",

@@ -5,0 +5,0 @@ "author": "F5",

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