@quartz/eslint-config-base
Advanced tools
Comparing version 1.0.3 to 1.1.0
13
index.js
@@ -25,2 +25,3 @@ module.exports = { | ||
plugins: [ | ||
'es', | ||
'import', | ||
@@ -92,2 +93,14 @@ 'jest', | ||
'es/no-regexp-lookbehind-assertions': [ | ||
'error', | ||
], | ||
'es/no-regexp-named-capture-groups': [ | ||
'error', | ||
], | ||
'es/no-regexp-s-flag': [ | ||
'error', | ||
], | ||
'import/no-unresolved': [ | ||
@@ -94,0 +107,0 @@ 'error', |
{ | ||
"name": "@quartz/eslint-config-base", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -17,2 +17,3 @@ "repository": "https://github.com/Quartz/lint", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-plugin-es": "^1.4.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
@@ -19,0 +20,0 @@ "eslint-plugin-jest": "^21.27.2", |
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
4340
239
7
1
+ Addedeslint-plugin-es@^1.4.0
+ Addedeslint-plugin-es@1.4.1(transitive)
+ Addedeslint-utils@1.4.3(transitive)
+ Addedis-boolean-object@1.2.2(transitive)
+ Addedis-weakref@1.1.1(transitive)
+ Addedobject-inspect@1.13.4(transitive)
+ Addedregexpp@2.0.1(transitive)
- Removedis-boolean-object@1.2.1(transitive)
- Removedis-weakref@1.1.0(transitive)
- Removedobject-inspect@1.13.3(transitive)