We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6c076 commit 397e38bCopy full SHA for 397e38b
.eslintrc.json
@@ -11,6 +11,7 @@
11
"rules": {
12
"semi": "error",
13
"no-tabs": "error",
14
- "no-console": "off"
+ "no-console": "off",
15
+ "require-atomic-updates": "off"
16
}
17
package.json
@@ -14,13 +14,13 @@
"lint": "eslint ."
},
"dependencies": {
- "@octokit/rest": "^16.28.1",
+ "@octokit/rest": "^16.28.4",
18
"diff": "^4.0.1",
19
"globrex": "^0.1.2"
20
21
"devDependencies": {
22
"dotenv": "^8.0.0",
23
- "eslint": "^5.16.0",
+ "eslint": "^6.0.1",
24
"tmp": "^0.1.0"
25
26
0 commit comments