🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@endo/eslint-plugin

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/eslint-plugin - npm Package Compare versions

Comparing version
2.2.3
to
2.3.0
+13
-1
lib/configs/internal.js

@@ -27,3 +27,3 @@ /* eslint-env node */

files: fileGlobs,
excludedFiles: ['**/src/**/exports.js'],
excludedFiles: ['**/src*/**/exports.js'],
parserOptions,

@@ -53,2 +53,13 @@ rules,

'@endo/no-nullish-coalescing': 'error',
'@typescript-eslint/naming-convention': [
'error',
{
selector: 'interface',
format: ['PascalCase'],
custom: {
regex: '.*I$',
match: false,
},
},
],
},

@@ -73,2 +84,3 @@ overrides: [

'dist/**',
'tmp/**',
'test262/**',

@@ -75,0 +87,0 @@ 'ava*.config.js',

+2
-2
{
"name": "@endo/eslint-plugin",
"version": "2.2.3",
"version": "2.3.0",
"description": "ESLint plugin for using Endo",

@@ -52,3 +52,3 @@ "keywords": [

],
"gitHead": "5486ed1f238104716b6a8321b977fbc508ef80e1"
"gitHead": "e0683e0bfdbfc84351af332c9e78813d7b67ef89"
}