@standard-config/eslint 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +74 -77
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # @standard-config/eslint
6
6
 
7
- TypeScript-first ESLint config designed to complement Oxlint and Prettier.
7
+ TypeScript-first ESLint config designed to complement Oxlint and Prettier. Enforces rules not yet [implemented in Oxlint](https://github.com/oxc-project/oxc/issues/481).
8
8
 
9
9
  ## Install
10
10
 
package/package.json CHANGED
@@ -1,78 +1,75 @@
1
1
  {
2
- "name": "@standard-config/eslint",
3
- "version": "1.2.0",
4
- "description": "TypeScript-first ESLint config designed to complement Oxlint and Prettier",
5
- "license": "MIT",
6
- "author": {
7
- "name": "Dom Porada",
8
- "email": "dom@dom.engineering",
9
- "url": "https://dom.engineering"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/standard-config/eslint.git"
14
- },
15
- "keywords": [
16
- "eslint",
17
- "eslint-config",
18
- "flat-config",
19
- "oxc",
20
- "oxlint",
21
- "prettier",
22
- "react",
23
- "typescript"
24
- ],
25
- "files": [
26
- "dist/**"
27
- ],
28
- "type": "module",
29
- "sideEffects": false,
30
- "exports": "./dist/index.mjs",
31
- "types": "./dist/index.d.mts",
32
- "engines": {
33
- "node": ">=22"
34
- },
35
- "packageManager": "pnpm@10.28.1",
36
- "dependencies": {
37
- "@eslint/compat": "^2.0.1",
38
- "eslint-config-prettier": "^10.1.8",
39
- "eslint-plugin-oxlint": "^1.41.0",
40
- "eslint-plugin-perfectionist": "^5.4.0",
41
- "eslint-plugin-prettier": "^5.5.5",
42
- "eslint-plugin-react": "^7.37.5",
43
- "eslint-plugin-react-hooks": "^7.0.1",
44
- "typescript-eslint": "^8.53.1"
45
- },
46
- "peerDependencies": {
47
- "eslint": ">=9",
48
- "typescript": ">=5"
49
- },
50
- "devDependencies": {
51
- "@standard-config/prettier": "1.6.0",
52
- "@standard-config/tsconfig": "2.0.0",
53
- "@types/node": "^22.19.7",
54
- "@vitest/coverage-v8": "4.0.18",
55
- "eslint": "9.39.2",
56
- "husky": "9.1.7",
57
- "jiti": "2.6.1",
58
- "oxlint": "1.41.0",
59
- "oxlint-tsgolint": "0.11.1",
60
- "prettier": "3.8.1",
61
- "publint": "0.3.17",
62
- "tsdown": "0.20.1",
63
- "typescript": "5.9.3",
64
- "vitest": "4.0.18"
65
- },
66
- "scripts": {
67
- "build": "tsdown",
68
- "fix": "pnpm format && pnpm lint",
69
- "format": "prettier --write --ignore-unknown .",
70
- "format:check": "prettier --check --ignore-unknown .",
71
- "lint": "oxlint --fix --type-aware --type-check --deny-warnings --report-unused-disable-directives && eslint . --fix",
72
- "lint:check": "oxlint --type-aware --type-check --deny-warnings --report-unused-disable-directives && eslint .",
73
- "prepack": "pnpm run '/^(format:check|lint:check|test|typecheck)$/' && pnpm build",
74
- "prepare": "husky",
75
- "test": "vitest run",
76
- "typecheck": "tsc --noEmit"
77
- }
78
- }
2
+ "name": "@standard-config/eslint",
3
+ "version": "1.2.1",
4
+ "description": "TypeScript-first ESLint config designed to complement Oxlint and Prettier",
5
+ "license": "MIT",
6
+ "author": {
7
+ "name": "Dom Porada",
8
+ "email": "dom@dom.engineering",
9
+ "url": "https://dom.engineering"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/standard-config/eslint.git"
14
+ },
15
+ "keywords": [
16
+ "eslint",
17
+ "eslint-config",
18
+ "flat-config",
19
+ "oxc",
20
+ "oxlint",
21
+ "prettier",
22
+ "react",
23
+ "typescript"
24
+ ],
25
+ "files": [
26
+ "dist/**"
27
+ ],
28
+ "type": "module",
29
+ "sideEffects": false,
30
+ "exports": "./dist/index.mjs",
31
+ "types": "./dist/index.d.mts",
32
+ "engines": {
33
+ "node": ">=20"
34
+ },
35
+ "dependencies": {
36
+ "@eslint/compat": "^2.0.1",
37
+ "eslint-config-prettier": "^10.1.8",
38
+ "eslint-plugin-oxlint": "^1.41.0",
39
+ "eslint-plugin-perfectionist": "^5.4.0",
40
+ "eslint-plugin-prettier": "^5.5.5",
41
+ "eslint-plugin-react": "^7.37.5",
42
+ "eslint-plugin-react-hooks": "^7.0.1",
43
+ "typescript-eslint": "^8.53.1"
44
+ },
45
+ "peerDependencies": {
46
+ "eslint": ">=9",
47
+ "typescript": ">=5"
48
+ },
49
+ "devDependencies": {
50
+ "@standard-config/prettier": "1.6.0",
51
+ "@standard-config/tsconfig": "2.0.1",
52
+ "@types/node": "^22.19.7",
53
+ "@vitest/coverage-v8": "4.0.18",
54
+ "eslint": "9.39.2",
55
+ "husky": "9.1.7",
56
+ "jiti": "2.6.1",
57
+ "oxlint": "1.41.0",
58
+ "oxlint-tsgolint": "0.11.2",
59
+ "prettier": "3.8.1",
60
+ "publint": "0.3.17",
61
+ "tsdown": "0.20.1",
62
+ "typescript": "5.9.3",
63
+ "vitest": "4.0.18"
64
+ },
65
+ "scripts": {
66
+ "build": "tsdown",
67
+ "fix": "pnpm format && pnpm lint",
68
+ "format": "prettier --write --ignore-unknown .",
69
+ "format:check": "prettier --check --ignore-unknown .",
70
+ "lint": "oxlint --fix --type-aware --type-check --deny-warnings --report-unused-disable-directives && eslint . --fix",
71
+ "lint:check": "oxlint --type-aware --type-check --deny-warnings --report-unused-disable-directives && eslint .",
72
+ "test": "vitest run",
73
+ "typecheck": "tsc --noEmit"
74
+ }
75
+ }