@boxine/eslint-config-base
Advanced tools
Comparing version 2.0.0-rc.0 to 2.0.0-rc.2
@@ -6,2 +6,24 @@ # Change Log | ||
# [2.0.0-rc.2](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.0-rc.0...v2.0.0-rc.2) (2022-05-03) | ||
### Features | ||
* optimize and test rule sets ([36f16dd](https://gitlab.boxine.de/tonies/shared-config-boxine/commit/36f16dd7b2aec7f9ddd27d63140b09de79ad44cf)) | ||
# [2.0.0-rc.1](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2022-05-03) | ||
### Features | ||
* optimize and test rule sets ([36f16dd](https://gitlab.boxine.de/tonies/shared-config-boxine/commit/36f16dd7b2aec7f9ddd27d63140b09de79ad44cf)) | ||
# [2.0.0-rc.0](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v1.8.0-rc.2...v2.0.0-rc.0) (2022-05-02) | ||
@@ -8,0 +30,0 @@ |
10
index.js
const rules = require('./rules') | ||
const settings = { | ||
'import/extensions': ['.js'], | ||
} | ||
module.exports = { | ||
extends: ['plugin:sonarjs/recommended', 'plugin:prettier/recommended'], | ||
plugins: ['prettier', 'sonarjs', 'import'], | ||
plugins: ['prettier', 'sonarjs'], | ||
rules: rules.base, | ||
settings, | ||
overrides: [ | ||
@@ -26,7 +21,4 @@ { | ||
rules: rules.typescript, | ||
settings: { | ||
'import/extensions': settings['import/extensions'].concat('.ts'), | ||
}, | ||
}, | ||
], | ||
} |
{ | ||
"name": "@boxine/eslint-config-base", | ||
"version": "2.0.0-rc.0", | ||
"version": "2.0.0-rc.2", | ||
"description": "Base configuration for ESLint used by Boxine GmbH", | ||
@@ -12,12 +12,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"@boxine/eslint-config-utils": "^1.8.0-rc.0", | ||
"@boxine/prettier-config": "^2.0.0-rc.0" | ||
"@boxine/prettier-config": "^2.0.0-rc.2" | ||
}, | ||
"peerDependencies": { | ||
"@babel/eslint-parser": "7.x", | ||
"@typescript-eslint/eslint-plugin": "5.x", | ||
"@typescript-eslint/parser": "5.x", | ||
"babel-eslint": "10.x", | ||
"eslint": "8.x", | ||
"eslint-config-prettier": "8.x", | ||
"eslint-plugin-import": "2.x", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-prettier": "4.x", | ||
@@ -27,3 +26,3 @@ "eslint-plugin-sonarjs": "0.x", | ||
}, | ||
"gitHead": "865d121197d3d1c0fc87ec8c3ac8f8966f2415b3" | ||
"gitHead": "126e6bd4a50a87f59be9df49db89ae5059fc5e6d" | ||
} |
@@ -10,10 +10,2 @@ module.exports = { | ||
'sonarjs/no-duplicate-string': 'off', | ||
'import/no-useless-path-segments': [ | ||
'warn', | ||
{ | ||
noUselessIndex: true, | ||
}, | ||
], | ||
'import/order': 'error', | ||
}, | ||
@@ -20,0 +12,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25298
10
6
731
2
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/compat-data@7.26.3(transitive)
+ Added@babel/core@7.26.0(transitive)
+ Added@babel/eslint-parser@7.25.9(transitive)
+ Added@babel/helper-compilation-targets@7.25.9(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.0(transitive)
+ Added@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1(transitive)
+ Addedbrowserslist@4.24.3(transitive)
+ Addedcaniuse-lite@1.0.30001690(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addedelectron-to-chromium@1.5.75(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedeslint-visitor-keys@2.1.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addednode-releases@2.0.19(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addedyallist@3.1.1(transitive)
- Removed@boxine/eslint-config-utils@1.8.0-rc.0(transitive)
- Removedbabel-eslint@10.1.0(transitive)
- Removedchalk@3.0.0(transitive)
- Removedeslint-visitor-keys@1.3.0(transitive)