We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac1859 commit a66b718Copy full SHA for a66b718
package.json
@@ -21,7 +21,7 @@
21
"homepage": "https://github.com/JakeNavith/tailwindcss-theme-variants",
22
"type": "module",
23
"scripts": {
24
- "eslint": "eslint ./projects/**/*.cjs ./projects/**/*.js ./projects/**/*.mjs ./projects/**/*.ts ./*.js",
+ "eslint": "eslint ./projects/**/*.js ./projects/**/*.mjs ./projects/**/*.ts ./*.js",
25
"format": "npm run eslint -- --fix",
26
"retext": "node lint-content.js",
27
"lint": "run-p eslint retext",
0 commit comments