From 6dd3fecd64e79b44808c278c3ce220ab24409ceb Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Thu, 6 Feb 2020 11:27:45 -0300 Subject: [PATCH] Ignore interal_exports when linting --- .eslintignore | 3 +++ .prettierignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index bfe7b1fa95..b5cb03ae6e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,6 +4,9 @@ _output test/*/samples/*/output.js node_modules +# automatically generated +internal_exports.ts + # output files animate/*.js esing/*.js diff --git a/.prettierignore b/.prettierignore index 6a5ae9d0dd..6ed15521af 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ package.json test/**/samples/**/*.js +internal_exports.ts