@eclipse-glsp/eslint-config
Advanced tools
Comparing version 0.10.0 to 1.1.0-next.1aa5128.107
@@ -10,3 +10,3 @@ module.exports = { | ||
}, | ||
plugins: ['@typescript-eslint', 'header', 'import', 'no-null'], | ||
plugins: ['@typescript-eslint', 'header', 'import', 'no-null', 'chai-friendly', 'deprecation'], | ||
extends: [ | ||
@@ -13,0 +13,0 @@ 'eslint:recommended', |
@@ -79,4 +79,7 @@ const year = new Date().getFullYear(); | ||
// eslint-plugin-no-null | ||
'no-null/no-null': 'error' | ||
'no-null/no-null': 'error', | ||
// chai friendly | ||
'no-unused-expressions': 'off', | ||
'chai-friendly/no-unused-expressions': 'error' | ||
} | ||
}; |
module.exports = { | ||
rules: { | ||
// https://eslint.org/docs/rules/ | ||
'brace-style': ['warn', '1tbs'], | ||
'brace-style': 'off', | ||
'comma-dangle': 'warn', | ||
@@ -77,4 +77,8 @@ curly: 'warn', | ||
'@typescript-eslint/type-annotation-spacing': 'warn', | ||
'@typescript-eslint/no-explicit-any': 'off' | ||
'@typescript-eslint/no-explicit-any': 'off', | ||
'@typescript-eslint/no-this-alias': 'off', | ||
/// eslint-plugin-deprecation plugin | ||
'deprecation/deprecation': 'warn' | ||
} | ||
}; |
{ | ||
"name": "@eclipse-glsp/eslint-config", | ||
"version": "0.10.0", | ||
"version": "1.1.0-next.1aa5128.107+1aa5128", | ||
"description": "Shared ESLint configuration for GLSP projects", | ||
@@ -30,14 +30,14 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint": "^8.10.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-chai-friendly": "^0.7.2", | ||
"eslint-plugin-deprecation": "^1.3.2", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-no-null": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.9.0" | ||
}, | ||
"gitHead": "1eea301641ea08bd45a5257be44214dcc84b367e" | ||
"main": "index.js", | ||
"gitHead": "1aa51288c7089eae4a60f108d8b4f7a60a3cd3a2" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
43966
0
198
9
+ Added@eslint-community/eslint-utils@4.4.1(transitive)
+ Added@eslint-community/regexpp@4.12.1(transitive)
+ Added@eslint/eslintrc@2.1.4(transitive)
+ Added@eslint/js@8.57.1(transitive)
+ Added@humanwhocodes/config-array@0.13.0(transitive)
+ Added@humanwhocodes/module-importer@1.0.1(transitive)
+ Added@humanwhocodes/object-schema@2.0.3(transitive)
+ Added@types/semver@7.5.8(transitive)
+ Added@typescript-eslint/eslint-plugin@5.62.0(transitive)
+ Added@typescript-eslint/parser@5.62.0(transitive)
+ Added@typescript-eslint/scope-manager@5.62.06.21.0(transitive)
+ Added@typescript-eslint/type-utils@5.62.0(transitive)
+ Added@typescript-eslint/types@5.62.06.21.0(transitive)
+ Added@typescript-eslint/typescript-estree@5.62.06.21.0(transitive)
+ Added@typescript-eslint/utils@5.62.06.21.0(transitive)
+ Added@typescript-eslint/visitor-keys@5.62.06.21.0(transitive)
+ Added@ungap/structured-clone@1.3.0(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedeslint@8.57.1(transitive)
+ Addedeslint-plugin-chai-friendly@0.7.4(transitive)
+ Addedeslint-plugin-deprecation@1.6.0(transitive)
+ Addedeslint-scope@7.2.2(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
+ Addedespree@9.6.1(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedglob-parent@6.0.2(transitive)
+ Addedgraphemer@1.4.0(transitive)
+ Addedis-path-inside@3.0.3(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedminimatch@9.0.3(transitive)
+ Addednatural-compare-lite@1.4.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedts-api-utils@1.4.3(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removed@babel/code-frame@7.12.11(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/highlight@7.25.9(transitive)
- Removed@eslint/eslintrc@0.4.3(transitive)
- Removed@humanwhocodes/config-array@0.5.0(transitive)
- Removed@humanwhocodes/object-schema@1.2.1(transitive)
- Removed@typescript-eslint/eslint-plugin@4.33.0(transitive)
- Removed@typescript-eslint/experimental-utils@4.33.0(transitive)
- Removed@typescript-eslint/parser@4.33.0(transitive)
- Removed@typescript-eslint/scope-manager@4.33.0(transitive)
- Removed@typescript-eslint/types@4.33.0(transitive)
- Removed@typescript-eslint/typescript-estree@4.33.0(transitive)
- Removed@typescript-eslint/visitor-keys@4.33.0(transitive)
- Removedacorn@7.4.1(transitive)
- Removedajv@8.17.1(transitive)
- Removedansi-colors@4.1.3(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedastral-regex@2.0.0(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedenquirer@2.4.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedeslint@7.32.0(transitive)
- Removedeslint-utils@2.1.03.0.0(transitive)
- Removedeslint-visitor-keys@1.3.02.1.0(transitive)
- Removedespree@7.3.1(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfast-uri@3.0.6(transitive)
- Removedfunctional-red-black-tree@1.0.1(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedignore@4.0.6(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjson-schema-traverse@1.0.0(transitive)
- Removedlodash.truncate@4.4.2(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedprogress@2.0.3(transitive)
- Removedregexpp@3.2.0(transitive)
- Removedrequire-from-string@2.0.2(transitive)
- Removedslice-ansi@4.0.0(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedtable@6.9.0(transitive)
- Removedv8-compile-cache@2.4.0(transitive)
Updatedeslint@^8.10.0
Updatedeslint-plugin-import@^2.25.4