We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
1 parent eccf570 commit 132e2a6Copy full SHA for 132e2a6
package.json
@@ -22,7 +22,7 @@
22
"dev": "npm run _esbuild -- --watch",
23
"test": "jest",
24
"prepublishOnly": "npm run build && npm test && node scripts/copy-licenses.js",
25
- "format": "prettier \"src/**/*.js\" \"tests/test.js\" --write --print-width 80 --single-quote --no-semi --plugin-search-dir ./tests"
+ "format": "prettier \"src/**/*.js\" \"scripts/**/*.js\" \"tests/test.js\" --write --print-width 80 --single-quote --no-semi --plugin-search-dir ./tests"
26
},
27
"devDependencies": {
28
"@tailwindcss/line-clamp": "^0.3.0",
0 commit comments