Skip to content

Commit d0afe92

Browse files
author
Chris Raynor
authored
Merge pull request #238 from github/cbraynor/fix201
Resolve violations of import/no-extraneous-dependencies lint
2 parents a1fc3a5 + 0907cd5 commit d0afe92

Some content is hidden

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

93 files changed

+3002
-249
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"import/no-amd": "error",
1919
"import/no-commonjs": "error",
2020
"import/no-dynamic-require": "error",
21-
"import/no-extraneous-dependencies": ["error", {"devDependencies": false}],
21+
"import/no-extraneous-dependencies": ["error"],
2222
"import/no-namespace": "off",
2323
"import/no-unresolved": "error",
2424
"import/no-webpack-loader-syntax": "error",
@@ -49,7 +49,6 @@
4949
"@typescript-eslint/restrict-template-expressions": "off",
5050
"func-style": "off",
5151
"github/no-then": "off",
52-
"import/no-extraneous-dependencies": "off",
5352
"no-shadow": "off"
5453
}
5554
}]

lib/codeql.js

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

lib/codeql.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.

node_modules/.bin/uuid

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

node_modules/@actions/tool-cache/node_modules/.bin/uuid

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

node_modules/uuid/AUTHORS renamed to node_modules/@actions/tool-cache/node_modules/uuid/AUTHORS

File renamed without changes.

node_modules/@actions/tool-cache/node_modules/uuid/CHANGELOG.md

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

node_modules/@actions/tool-cache/node_modules/uuid/LICENSE.md

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

0 commit comments

Comments
 (0)