Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #698 from github/dependabot/npm_and_yarn/eslint-pl…
…ugin-github-4.2.0

Bump eslint-plugin-github from 4.1.5 to 4.2.0
  • Loading branch information
Edoardo Pirovano authored and GitHub committed Aug 11, 2021
2 parents fe83f96 + 4a0d337 commit 873a76a
Showing 24 changed files with 811 additions and 16 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
@@ -14,11 +14,14 @@
],
"rules": {
"filenames/match-regex": ["error", "^[a-z0-9-]+(\\.test)?$"],
"i18n-text/no-en": "off",
"import/extensions": "error",
"import/no-amd": "error",
"import/no-commonjs": "error",
"import/no-dynamic-require": "error",
"import/no-extraneous-dependencies": ["error"],
// Disable the rule that checks that devDependencies aren't imported since we use a single
// linting configuration file for both source and test code.
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"import/no-namespace": "off",
"import/no-unresolved": "error",
"import/no-webpack-loader-syntax": "error",
@@ -48,7 +51,8 @@
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"func-style": "off"
"func-style": "off",
"sort-imports": "off"
}
}]
}
27 changes: 24 additions & 3 deletions node_modules/.package-lock.json

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

10 changes: 9 additions & 1 deletion node_modules/eslint-plugin-github/lib/configs/browser.js

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

20 changes: 19 additions & 1 deletion node_modules/eslint-plugin-github/lib/configs/recommended.js

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

5 changes: 4 additions & 1 deletion node_modules/eslint-plugin-github/package.json

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

18 changes: 18 additions & 0 deletions node_modules/eslint-plugin-i18n-text/.eslintrc

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

6 changes: 6 additions & 0 deletions node_modules/eslint-plugin-i18n-text/.prettierrc

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

3 changes: 3 additions & 0 deletions node_modules/eslint-plugin-i18n-text/.travis.yml

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

20 changes: 20 additions & 0 deletions node_modules/eslint-plugin-i18n-text/LICENSE

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

61 changes: 61 additions & 0 deletions node_modules/eslint-plugin-i18n-text/README.md

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

7 changes: 7 additions & 0 deletions node_modules/eslint-plugin-i18n-text/index.js

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

27 changes: 27 additions & 0 deletions node_modules/eslint-plugin-i18n-text/package.json

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

0 comments on commit 873a76a

Please sign in to comment.