@alextheman/eslint-plugin 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "scripts": {
11
11
  "test": "vitest run",
12
12
  "test-watch": "vitest",
13
- "format": "prettier --write --parser typescript 'src/**/*.ts' 'tests/**/*.ts' && ESLINT_MODE=fix node -r tsconfig-paths/register -r ts-node/register ./node_modules/.bin/eslint --fix 'src/**/*.ts' 'tests/**/*.ts'",
14
- "lint": "ESLINT_MODE=lint node -r tsconfig-paths/register -r ts-node/register ./node_modules/.bin/eslint 'src/**/*.ts' 'tests/**/*.ts' && prettier --check --parser typescript 'src/**/*.ts' 'tests/**/*.ts'",
13
+ "format": "prettier --write --parser typescript 'src/**/*.ts' 'tests/**/*.ts' && ESLINT_MODE=fix eslint --fix 'src/**/*.ts' 'tests/**/*.ts'",
14
+ "lint": "ESLINT_MODE=lint eslint 'src/**/*.ts' 'tests/**/*.ts' && prettier --check --parser typescript 'src/**/*.ts' 'tests/**/*.ts'",
15
15
  "update-dependencies": "npx npm-check-updates -u && npm install",
16
16
  "prepare": "husky",
17
17
  "build": "tsup",
@@ -39,10 +39,7 @@
39
39
  "eslint-plugin-eslint-plugin": "^6.5.0",
40
40
  "globals": "^16.3.0",
41
41
  "husky": "^9.1.7",
42
- "jiti": "^2.4.2",
43
42
  "prettier": "^3.6.2",
44
- "ts-node": "^10.9.2",
45
- "tsconfig-paths": "^4.2.0",
46
43
  "tsup": "^8.5.0",
47
44
  "typescript": "^5.8.3",
48
45
  "vite-tsconfig-paths": "^5.1.4",