From c9dc051e32d971439dfa9c25a0ac33e71ba77c64 Mon Sep 17 00:00:00 2001 From: ProgNovel Date: Fri, 27 Mar 2020 01:15:29 +0800 Subject: [PATCH] bump again to pre 0.0.3 --- .eslintrc.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index e0dd4f9..0248f56 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,5 +9,9 @@ module.exports = { parserOptions: { ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features sourceType: "module" // Allows for the use of imports - } + }, + excludes: [ + 'dist/', + 'node_modules/' + ] }; \ No newline at end of file