diff --git a/.eslintignore b/.eslintignore index 0144959..3c3629e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1 @@ -.DS_Store node_modules -*.log \ No newline at end of file diff --git a/index.js b/index.js index 345c0e1..1515187 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ module.exports = { plugins: ['prettier-plugin-tailwindcss'], + tailwindFunctions: ["tv"], trailingComma: 'none', jsxSingleQuote: true, semi: false,