@tomer/prettier-config
Advanced tools
+13
-14
| { | ||
| "name": "@tomer/prettier-config", | ||
| "version": "3.0.1", | ||
| "version": "4.0.0", | ||
| "author": { | ||
@@ -19,2 +19,5 @@ "name": "Tomer Aberbach", | ||
| }, | ||
| "funding": { | ||
| "url": "https://github.com/sponsors/TomerAberbach" | ||
| }, | ||
| "license": "MIT", | ||
@@ -27,7 +30,7 @@ "files": [ | ||
| "engines": { | ||
| "node": ">= 20" | ||
| "node": ">= 22" | ||
| }, | ||
| "exports": { | ||
| "types": "./src/index.d.ts", | ||
| "default": "./src/index.js" | ||
| ".": "./src/index.js", | ||
| "./package.json": "./package.json" | ||
| }, | ||
@@ -39,17 +42,13 @@ "prettier": "./src/index.js", | ||
| "dependencies": { | ||
| "prettier-plugin-tailwindcss": "^0.6.11" | ||
| "prettier-plugin-tailwindcss": "^0.6.14" | ||
| }, | ||
| "devDependencies": { | ||
| "eslint": "^9.21.0", | ||
| "prettier": "^3.5.2", | ||
| "tomer": "^6.1.1", | ||
| "typescript": "^5.8.2", | ||
| "vitest": "^3.0.7" | ||
| "@tomer/eslint-config": "^4.0.0", | ||
| "eslint": "^9.32.0", | ||
| "prettier": "^3.6.2" | ||
| }, | ||
| "scripts": { | ||
| "format": "tomer format", | ||
| "lint": "tomer lint", | ||
| "typecheck": "tomer typecheck", | ||
| "test": "tomer test" | ||
| "format": "prettier --cache --write .", | ||
| "lint": "eslint --cache --cache-location node_modules/.cache/eslint/ --fix ." | ||
| } | ||
| } |
| export default Record<string, unknown> |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
4177
0.34%3
-40%4
-20%23
-4.17%1
Infinity%