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 1f2abd4 commit 5ab54ecCopy full SHA for 5ab54ec
jsconfig.json
@@ -1,9 +1,15 @@
1
{
2
"compilerOptions": {
3
"checkJs": true,
4
+ "target": "es2015",
5
},
6
"exclude": [
7
"node_modules",
- ".nyc_output"
8
+ ".nyc_output",
9
+ ".idea",
10
+ ".vscode",
11
+ ".github",
12
+ ".husky",
13
+ "docs",
14
]
15
}
lib/utils/utility.js
@@ -56,7 +56,7 @@ const not = (x) => !x;
56
* Callback for file path
57
*
58
* @callback callback
59
- * @param {string} p file path
+ * @param {unknown} p
60
*/
61
/**
62
* @returns {callback} piped function
0 commit comments