@endo/eslint-plugin
Advanced tools
@@ -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" | ||
| } |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
42091
0.58%797
1.53%