Feature/add linter to tailwind
Compare changes
Add linter and prettier for tailwind.
eslint-plugin-tailwindcss
and prettier-plugin-tailwindcss
package.json
: "prettier:ci": "./node_modules/.bin/prettier --check .",
"format": "next lint && ./node_modules/.bin/prettier --check .",
"format:fix": "next lint --fix && ./node_modules/.bin/prettier --write ."
tailwindcss/enforces-shorthand
and tailwindcss/classnames-order
cypress.config.ts
to .eslintignore
prettier.config.js
because it is uselessprettier:ci
to CI@types/images.d.ts