eslint-config-or-bachar
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -22,6 +22,5 @@ module.exports = { | ||
"no-unused-vars": 2, | ||
"no-use-before-define": [2, { "functions": false }], | ||
"@typescript-eslint/no-use-before-define": [2, { "functions": false }] | ||
"no-use-before-define": [2, { "functions": false, "classes": false }], | ||
"@typescript-eslint/no-use-before-define": [2, { "functions": false, "classes": false }] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-or-bachar", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Shareable eslint config", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
1769