Skip to content

Commit 228546a

Browse files
author
Chris Raynor
committed
Resolve violations of sort-imports lint
Resolves #206
1 parent bb6fa8e commit 228546a

87 files changed

Lines changed: 250 additions & 220 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"func-style": "off",
4848
"github/no-then": "off",
4949
"import/no-extraneous-dependencies": "off",
50-
"no-shadow": "off",
51-
"sort-imports": "off"
50+
"no-shadow": "off"
5251
}
5352
}]
5453
}

lib/actions-util.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)