@bedegaming/eslint-config-bede
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -12,4 +12,5 @@ module.exports = { | ||
'comma-dangle': [2, 'never'], | ||
'no-restricted-syntax': [0] | ||
'no-restricted-syntax': [0], | ||
'no-confusing-arrow': ['error', { allowParens: true }] | ||
} | ||
}; |
{ | ||
"name": "@bedegaming/eslint-config-bede", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Bede Gaming's ESLint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1388
15