diff options
Diffstat (limited to '')
-rw-r--r-- | node_modules/busboy/.eslintrc.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/busboy/.eslintrc.js b/node_modules/busboy/.eslintrc.js new file mode 100644 index 0000000..be9311d --- /dev/null +++ b/node_modules/busboy/.eslintrc.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = { + extends: '@mscdex/eslint-config', +}; |