From 125a15847ee22f6b297ce5e23ec13df70a7d86c0 Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Tue, 16 Jul 2024 12:43:26 -0500 Subject: [PATCH] update linting rules --- .eslintignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index aadb7b19b..3899bb2a8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,6 @@ build webpack.*.js *.test.js dist -*.js \ No newline at end of file +lib/tapisui-common/**/*.js +scripts +src/app/**/*.js