@ued2345/eslint-config
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ | ||
"name": "@ued2345/eslint-config", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "ESLint config by UED2345", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,6 @@ module.exports = { | ||
// 'jsx-quotes': [0], | ||
'key-spacing': [2], | ||
'key-spacing': [2, { | ||
singleLine: {}, | ||
multiLine: { mode: 'minimum' } | ||
}], | ||
'keyword-spacing': [2], | ||
@@ -38,0 +41,0 @@ // 'line-comment-position': [0], |
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
19121
623