Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eslint): use imported
tailwindcssAnimate
People with the following settings ```.eslintrc.json "rules": { "@typescript-eslint/no-require-imports": "error" } ``` will get the error: ``` A `require()` style import is forbidden.eslint@typescript-eslint/no-require-imports ```
- Loading branch information