Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switching to import/order instead of sort-imports
Chris Raynor committed Oct 1, 2020

Unverified

No user is associated with the committer email.
1 parent 228546a commit 122c9b7
Showing 84 changed files with 202 additions and 214 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
@@ -22,11 +22,14 @@
"import/no-namespace": "off",
"import/no-unresolved": "error",
"import/no-webpack-loader-syntax": "error",
"import/order": ["error", {
"alphabetize": {"order": "asc"},
"newlines-between": "always"
}],
"no-async-foreach/no-async-foreach": "error",
"no-console": "off",
"no-sequences": "error",
"one-var": ["error", "never"],
"sort-imports": ["error", { "allowSeparatedGroups": true }]
"one-var": ["error", "never"]
},
"overrides": [{
// "temporarily downgraded during transition to eslint
4 changes: 2 additions & 2 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions lib/actions-util.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.js.map
10 changes: 5 additions & 5 deletions lib/analysis-paths.test.js
2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js.map
6 changes: 3 additions & 3 deletions lib/analyze-action.js
2 changes: 1 addition & 1 deletion lib/analyze-action.js.map
6 changes: 3 additions & 3 deletions lib/analyze.js
2 changes: 1 addition & 1 deletion lib/analyze.js.map
6 changes: 3 additions & 3 deletions lib/analyze.test.js
2 changes: 1 addition & 1 deletion lib/analyze.test.js.map
2 changes: 1 addition & 1 deletion lib/api-client.js
2 changes: 1 addition & 1 deletion lib/api-client.js.map
4 changes: 2 additions & 2 deletions lib/autobuild-action.js
2 changes: 1 addition & 1 deletion lib/autobuild-action.js.map
2 changes: 1 addition & 1 deletion lib/autobuild.js
2 changes: 1 addition & 1 deletion lib/autobuild.js.map
16 changes: 8 additions & 8 deletions lib/codeql.js
2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/codeql.test.js
2 changes: 1 addition & 1 deletion lib/codeql.test.js.map
4 changes: 2 additions & 2 deletions lib/config-utils.js
2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions lib/config-utils.test.js
2 changes: 1 addition & 1 deletion lib/config-utils.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/external-queries.js.map
4 changes: 2 additions & 2 deletions lib/external-queries.test.js
2 changes: 1 addition & 1 deletion lib/external-queries.test.js.map
2 changes: 1 addition & 1 deletion lib/fingerprints.test.js
2 changes: 1 addition & 1 deletion lib/fingerprints.test.js.map
2 changes: 1 addition & 1 deletion lib/init-action.js
2 changes: 1 addition & 1 deletion lib/init-action.js.map
6 changes: 3 additions & 3 deletions lib/init.js
2 changes: 1 addition & 1 deletion lib/init.js.map
2 changes: 1 addition & 1 deletion lib/languages.test.js.map
12 changes: 6 additions & 6 deletions lib/runner.js

0 comments on commit 122c9b7

Please sign in to comment.