Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
b4c739bc
Unverified
Commit
b4c739bc
authored
4 years ago
by
renovate[bot]
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
housekeeping: Update dependency eslint-plugin-simple-import-sort to v6 (#678)
parent
0c46fe32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/packages/tools/.eslintrc.js
+1
-1
frontend/packages/tools/.eslintrc.js
frontend/packages/tools/package.json
+1
-1
frontend/packages/tools/package.json
frontend/yarn.lock
+4
-4
frontend/yarn.lock
with
6 additions
and
6 deletions
+6
-6
frontend/packages/tools/.eslintrc.js
+
1
-
1
View file @
b4c739bc
...
...
@@ -43,7 +43,7 @@ module.exports = {
},
reportUnusedDisableDirectives
:
true
,
rules
:
{
"
simple-import-sort/
s
ort
"
:
[
"
simple-import-sort/
imp
ort
s
"
:
[
"
error
"
,
{
// Groups taken from example, plus internal packages since plugin doesn't do import resolution.
...
...
This diff is collapsed.
Click to expand it.
frontend/packages/tools/package.json
+
1
-
1
View file @
b4c739bc
...
...
@@ -46,7 +46,7 @@
"eslint-plugin-prettier"
:
"^3.1.1"
,
"eslint-plugin-react"
:
"^7.20.6"
,
"eslint-plugin-react-hooks"
:
"^4.1.2"
,
"eslint-plugin-simple-import-sort"
:
"^
5
.0.0"
,
"eslint-plugin-simple-import-sort"
:
"^
6
.0.0"
,
"jest"
:
"^24.9.0"
,
"prettier"
:
"^2.0.0"
,
"react"
:
"^16.8.0"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/yarn.lock
+
4
-
4
View file @
b4c739bc
...
...
@@ -8278,10 +8278,10 @@ eslint-plugin-react@^7.20.6:
resolve "^1.18.1"
string.prototype.matchall "^4.0.2"
eslint-plugin-simple-import-sort@^
5
.0.0:
version "
5
.0.
3
"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-
5
.0.
3
.tgz#
9ae258ddada6efffc55e47a134afbd279eb31fc6
"
integrity sha512-
1rf3AWiHeWNCQdAq0iXNnlccnH1UDnelGgrPbjBBHE8d2hXVtOudcmy0vTF4hri3iJ0MKz8jBhmH6lJ0ZWZL
HQ==
eslint-plugin-simple-import-sort@^
6
.0.0:
version "
6
.0.
1
"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-
6
.0.
1
.tgz#
24a3af3b745dcd389c060db28e22d0f5e3edf86e
"
integrity sha512-
RfFnoi7fQtv7z9sZNJidIcZgWc0ZJe8uOPC3ldmatai4Igr5iDpzTmSUDEZKYm4TnrR01N0X32kfKvax7biv
HQ==
eslint-scope@^4.0.3:
version "4.0.3"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help