From 7d0350ee36bf447bf6d729773d610b126cba6f00 Mon Sep 17 00:00:00 2001 From: Tanimodori Date: Thu, 6 Oct 2022 00:23:18 +0800 Subject: [PATCH] fix: eslint ignore --- .eslintrc.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index fb4a101..c15f3d7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,12 @@ "plugins": [ "@typescript-eslint" ], + "ignorePatterns": [ + "node_modules/**", + "build/**", + "dist/**", + "NetscriptDefinitions.d.ts" + ], "rules": { } }