mirror of
https://github.com/github/codeql-action
synced 2026-05-27 10:01:44 +03:00
Update checked-in dependencies
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
prettierPlugin,
|
||||
prettier: prettierPlugin,
|
||||
'eslint-comments': eslintComments,
|
||||
import: importPlugin,
|
||||
'i18n-text': fixupPluginRules(i18nTextPlugin),
|
||||
@@ -131,7 +131,7 @@ module.exports = {
|
||||
'prefer-rest-params': 'error',
|
||||
'prefer-spread': 'error',
|
||||
'prefer-template': 'error',
|
||||
'prettierPlugin/prettier': 'error',
|
||||
'prettier/prettier': 'error',
|
||||
'require-yield': 'error',
|
||||
'use-isnan': 'error',
|
||||
'valid-typeof': 'error',
|
||||
|
||||
+1
@@ -36,6 +36,7 @@ module.exports = {
|
||||
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
|
||||
tbody: ['rowgroup'],
|
||||
thead: ['rowgroup'],
|
||||
ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need explicit role.
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-github",
|
||||
"version": "5.1.7",
|
||||
"version": "5.1.8",
|
||||
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
||||
"main": "lib/index.js",
|
||||
"entries": [
|
||||
|
||||
Reference in New Issue
Block a user