New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-glsp/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/eslint-config - npm Package Compare versions

Comparing version 0.10.0 to 1.1.0-next.1aa5128.107

2

configs/base.eslintrc.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc