diff options
Diffstat (limited to 'node_modules/mongodb/lib/async/.eslintrc')
-rw-r--r-- | node_modules/mongodb/lib/async/.eslintrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/mongodb/lib/async/.eslintrc b/node_modules/mongodb/lib/async/.eslintrc new file mode 100644 index 0000000..93b2f64 --- /dev/null +++ b/node_modules/mongodb/lib/async/.eslintrc @@ -0,0 +1,5 @@ +{ + "parserOptions": { + "ecmaVersion": 2018 + } +} |