Skip to content

Commit

Permalink
🎨 Removed minifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dethdkn committed Sep 30, 2024
1 parent d9057a5 commit 41f4f0f
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 309 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@dethdkn/eslint-config",
"type": "module",
"version": "1.5.18",
"packageManager": "pnpm@9.9.0",
"version": "1.6.0",
"packageManager": "pnpm@9.11.0",
"description": "🧹 My Opinionated ESLint Config",
"author": {
"name": "Gabriel 'DethDKN' Rosa",
Expand All @@ -29,10 +29,9 @@
"nuxt"
],
"main": "dist/main.js",
"types": "types/main.d.ts",
"types": "dist/main.d.ts",
"scripts": {
"build": "tsc",
"minify": "find dist -name '*.js' -exec terser {} -o {} \\;",
"test": "tsc && eslint .",
"inspector": "tsc && eslint --inspect-config",
"lint": "eslint .",
Expand All @@ -51,8 +50,8 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-css": "^0.11.0",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.3.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-no-only-tests": "^3.3.0",
Expand All @@ -75,10 +74,9 @@
},
"devDependencies": {
"@eslint/config-inspector": "^0.5.4",
"@types/node": "^22.6.1",
"@types/node": "^22.7.4",
"tailwindcss": "^3.4.13",
"terser": "^5.33.0",
"typescript": "^5.6.2",
"vue": "^3.5.8"
"vue": "^3.5.10"
}
}
Loading

0 comments on commit 41f4f0f

Please sign in to comment.