From 5269ed18cbe52c9dfc43900050ae41cb00ad42cc Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 14 Dec 2023 21:16:04 -0600 Subject: [PATCH] Add PostCSS and Tailwind to Node exclusions --- gathering/.eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gathering/.eslintrc.js b/gathering/.eslintrc.js index 31c63bb0..83ec5af4 100644 --- a/gathering/.eslintrc.js +++ b/gathering/.eslintrc.js @@ -49,6 +49,8 @@ module.exports = { './config/**/*.js', './lib/*/index.js', './server/**/*.js', + './postcss.config.js', + './tailwind.config.js', ], parserOptions: { sourceType: 'script',