Skip to content

Commit 48b1761

Browse files
authoredApr 14, 2022
FI-1889 eslint-config-1stdibs-base version bump to v5.0.2 and version upgrade for eslint-plugin-import to v2.26.0 (#102)
* upgrade eslint-plugin-import to v2.26.0 * bump eslint-config-1stdibs-base to v5.0.2
1 parent 422ce85 commit 48b1761

File tree

2 files changed

+304
-238
lines changed

2 files changed

+304
-238
lines changed
 

‎packages/eslint-config-1stdibs-base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-1stdibs-base",
33
"github": "https://github.com/1stdibs/eslint-config-1stdibs",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"description": "ESLint configurations for 1stdibs projects.",
66
"main": "index.js",
77
"author": "1stdibs <npm@1stdibs.com> (https://1stdibs.com)",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"eslint-config-prettier": "^6.0.0",
14-
"eslint-plugin-import": "^2.8.0",
14+
"eslint-plugin-import": "^2.26.0",
1515
"eslint-plugin-jest": "^23.0.3",
1616
"eslint-plugin-prettier": "^3.1.0",
1717
"prettier": "^2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.