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 c6210a3 commit f8544f8Copy full SHA for f8544f8
index.js
@@ -16,7 +16,7 @@ const sizes = {
16
1000: "XXL"
17
};
18
19
-const actions = ["opened", "synchronize"];
+const actions = ["opened", "synchronize", "reopened"];
20
21
const globrexOptions = { extended: true, globstar: true };
22
package.json
@@ -22,5 +22,9 @@
"dotenv": "^8.2.0",
23
"eslint": "^7.12.0",
24
"tmp": "^0.2.1"
25
+ },
26
+ "prettier": {
27
+ "arrowParens": "avoid",
28
+ "trailingComma": "none"
29
}
30
0 commit comments