mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
initial commit
This commit is contained in:
commit
3d8df2a501
21 changed files with 6283 additions and 0 deletions
17
.eslintrc.json
Normal file
17
.eslintrc.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"env": {
|
||||
"commonjs": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"globals": {
|
||||
"Atomics": "readonly",
|
||||
"SharedArrayBuffer": "readonly"
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
"rules": {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue