From 59c64284fc88c31852489fa78ae1c535e71df325 Mon Sep 17 00:00:00 2001 From: Florian Bouillon Date: Tue, 7 Jul 2020 11:21:13 +0200 Subject: [PATCH] Added eslint to Queue --- packages/queue/.eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/queue/.eslintrc.js diff --git a/packages/queue/.eslintrc.js b/packages/queue/.eslintrc.js new file mode 100644 index 0000000..7a0472e --- /dev/null +++ b/packages/queue/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + "parserOptions": { + "project": __dirname + "/tsconfig.json" + } +} \ No newline at end of file