@f5devcentral/eslint-config-f5-atg
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -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'], |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3110
45