Skip to content

Commit

Permalink
Add PostCSS and Tailwind to Node exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 15, 2023
1 parent 2e21852 commit 5269ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gathering/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ module.exports = {
'./config/**/*.js',
'./lib/*/index.js',
'./server/**/*.js',
'./postcss.config.js',
'./tailwind.config.js',
],
parserOptions: {
sourceType: 'script',
Expand Down

0 comments on commit 5269ed1

Please sign in to comment.