initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
14
github/codeql-action-v2/node_modules/eslint-plugin-filenames/.eslintrc
generated
vendored
Normal file
14
github/codeql-action-v2/node_modules/eslint-plugin-filenames/.eslintrc
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "eslint:recommended",
|
||||
"plugins": [
|
||||
"filenames"
|
||||
],
|
||||
"rules": {
|
||||
"eol-last": 2,
|
||||
"filenames/match-regex": [2, "^[a-z-]+$", true],
|
||||
"filenames/match-exported": 2
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue