@digitally-imported/eslint-config-default
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -65,3 +65,3 @@ module.exports = { | ||
"import/order": ["error", { | ||
"newlines-between":"always", | ||
"newlines-between": "always", | ||
"alphabetize": { | ||
@@ -94,3 +94,5 @@ "order": "asc", | ||
"@typescript-eslint/explicit-member-accessibility": "error", | ||
"@typescript-eslint/ban-ts-ignore": "off", | ||
"@typescript-eslint/ban-ts-comment": ["error", { | ||
"ts-ignore": false, | ||
}], | ||
"@typescript-eslint/camelcase": "off", | ||
@@ -97,0 +99,0 @@ "@typescript-eslint/no-inferrable-types": "off", |
{ | ||
"name": "@digitally-imported/eslint-config-default", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Common ESLint configuration for @digitally-imported components.", | ||
@@ -12,6 +12,6 @@ "main": "index.js", | ||
"build": "echo 'Not applicable'", | ||
"clean": "echo 'Not applicable'", | ||
"codecov": "echo 'Not applicable'", | ||
"lint": "echo 'Not applicable'", | ||
"test": "echo 'Not applicable'", | ||
"codecov": "echo 'Not applicable'", | ||
"clean": "echo 'Not applicable'" | ||
"test": "echo 'Not applicable'" | ||
}, | ||
@@ -18,0 +18,0 @@ "author": "Raphael Pigulla <pigulla@four66.com>", |
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
8417
228