Skip to content

Commit

Permalink
Merge pull request #47 from inove-jr/eslint-tailwind
Browse files Browse the repository at this point in the history
Adiciona o plugin do tailwind no eslint
  • Loading branch information
paulohebert authored Aug 6, 2024
2 parents 225ca6e + 59d377b commit 9a688a5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"airbnb-typescript",
"airbnb/hooks",
"next/core-web-vitals",
"prettier"
"prettier",
"plugin:tailwindcss/recommended"
],
"parserOptions": {
"project": "./tsconfig.json"
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8",
Expand Down

0 comments on commit 9a688a5

Please sign in to comment.