@friggframework/eslint-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -28,3 +28,2 @@ module.exports = { | ||
rules: { | ||
indent: ['error', 4, { SwitchCase: 1 }], | ||
'no-only-tests/no-only-tests': ['error', { fix: false }], | ||
@@ -37,5 +36,5 @@ 'no-unused-vars': [ | ||
camelcase: ['warn'], | ||
'no-mixed-requires': ['error'], | ||
'no-mixed-requires': ['warn'], | ||
'no-warning-comments': ['warn'], | ||
}, | ||
}; |
{ | ||
"name": "@friggframework/eslint-config", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"prettier": "@friggframework/prettier-config", | ||
@@ -5,0 +5,0 @@ "description": "", |
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
2947
41