eslint-config-airbnb-extended 0.0.6 → 0.0.7

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": "eslint-config-airbnb-extended",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Eslint Airbnb Config Extended",
5
5
  "keywords": [
6
6
  "eslint",
package/dist/package.json DELETED
@@ -1,86 +0,0 @@
1
- {
2
- "name": "eslint-config-airbnb-extended",
3
- "version": "0.0.5",
4
- "description": "Eslint Airbnb Config Extended",
5
- "keywords": [
6
- "eslint",
7
- "airbnb",
8
- "eslint-airbnb",
9
- "airbnb-eslint",
10
- "eslint-airbnb-config",
11
- "eslint-airbnb-config-x",
12
- "eslint-airbnb-config-base",
13
- "eslint-airbnb-config-typescript",
14
- "eslint-airbnb-config-extended",
15
- "eslint airbnb config",
16
- "eslint airbnb config x",
17
- "eslint airbnb config base",
18
- "eslint airbnb config typescript",
19
- "eslint airbnb config extended",
20
- "airbnb config",
21
- "airbnb config base",
22
- "airbnb config typescript"
23
- ],
24
- "bugs": {
25
- "url": "https://github.com/NishargShah/eslint-config-airbnb-extended/issues"
26
- },
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/NishargShah/eslint-config-airbnb-extended.git"
30
- },
31
- "license": "MIT",
32
- "author": "Nisharg Shah <nishargshah3101@gmail.com>",
33
- "type": "commonjs",
34
- "main": "dist/index.js",
35
- "types": "dist/index.d.ts",
36
- "scripts": {
37
- "build": "tsc",
38
- "format:check": "prettier . --check",
39
- "format:fix": "prettier . --write",
40
- "inspector": "pnpm dlx @eslint/config-inspector",
41
- "lint": "eslint .",
42
- "lint:fix": "pnpm --silent lint --fix",
43
- "prepare": "husky && pnpm ts-patch install -s",
44
- "prepublishOnly": "pnpm build",
45
- "script:lint": "bash -e ./scripts/lint.sh",
46
- "typecheck": "tsc --noEmit"
47
- },
48
- "dependencies": {
49
- "confusing-browser-globals": "^1.0.11",
50
- "globals": "^16.0.0"
51
- },
52
- "devDependencies": {
53
- "@eslint/compat": "^1.2.8",
54
- "@eslint/js": "^9.23.0",
55
- "@types/confusing-browser-globals": "^1.0.3",
56
- "eslint": "^9.23.0",
57
- "eslint-config-prettier": "^10.1.1",
58
- "eslint-import-resolver-typescript": "^4.3.1",
59
- "eslint-plugin-import": "2.31.0",
60
- "eslint-plugin-prettier": "^5.2.6",
61
- "eslint-plugin-promise": "^7.2.1",
62
- "eslint-plugin-react-refresh": "^0.4.19",
63
- "eslint-plugin-unicorn": "^58.0.0",
64
- "eslint-plugin-unused-imports": "^4.1.4",
65
- "husky": "^9.1.7",
66
- "lint-staged": "^15.5.0",
67
- "prettier": "^3.5.3",
68
- "prettier-plugin-packagejson": "^2.5.10",
69
- "ts-patch": "^3.3.0",
70
- "tsconfig-paths": "^4.2.0",
71
- "typescript": "^5.8.2",
72
- "typescript-eslint": "^8.29.0",
73
- "typescript-transform-paths": "^3.5.5"
74
- },
75
- "peerDependencies": {
76
- "eslint": "9.x",
77
- "eslint-plugin-import": "2.x",
78
- "eslint-plugin-jsx-a11y": "6.x",
79
- "eslint-plugin-react": "7.x",
80
- "eslint-plugin-react-hooks": "5.x"
81
- },
82
- "packageManager": "pnpm@10.7.1",
83
- "engines": {
84
- "node": ">=16"
85
- }
86
- }