Skip to content

Commit

Permalink
fix(imports): add tailwind.config to import/no-extraneous-dependencie…
Browse files Browse the repository at this point in the history
…s rule
  • Loading branch information
BryanBerger98 committed Mar 30, 2024
1 parent d92970d commit 9c88e6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ module.exports = {
'**/karma.conf.js', // karma config
'**/.eslintrc.js', // eslint config
'**/reset.d.ts', // reset typescript definitions
'**/tailwind.config.js', // tailwind config
'**/tailwind.config.ts', // tailwind config
],
optionalDependencies: false,
} ],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-bryanberger",
"description": "My personal ESLint config",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/BryanBerger98/eslint-config-bryanberger",
Expand Down

0 comments on commit 9c88e6d

Please sign in to comment.