initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
13
github/codeql-action-v2/node_modules/eslint-plugin-eslint-comments/lib/configs/recommended.js
generated
vendored
Normal file
13
github/codeql-action-v2/node_modules/eslint-plugin-eslint-comments/lib/configs/recommended.js
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** DON'T EDIT THIS FILE; was created by scripts. */
|
||||
"use strict"
|
||||
|
||||
module.exports = {
|
||||
plugins: ["eslint-comments"],
|
||||
rules: {
|
||||
"eslint-comments/disable-enable-pair": "error",
|
||||
"eslint-comments/no-aggregating-enable": "error",
|
||||
"eslint-comments/no-duplicate-disable": "error",
|
||||
"eslint-comments/no-unlimited-disable": "error",
|
||||
"eslint-comments/no-unused-enable": "error",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue