-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@carvajalconsultants/eslint-config",
"version": "0.0.11",
"description": "ESLint config for CCI apps.",
"main": "eslint.config.mjs",
"repository": "git@github.com:carvajalconsultants/eslint-config.git",
"author": "Carvajal Consultants, Inc. <support@carvajalonline.com>",
"license": "MIT",
"type": "module",
"exports": {
".": "./eslint.config.mjs"
},
"peerDependencies": {
"eslint": "^9.39.1",
"typescript": "^5.9.3",
"@typescript-eslint/parser": "^8.46.4",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@eslint/js": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-storybook": "^10.0.7",
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-check-file": "^3.3.1",
"eslint-plugin-filename-export": "^2.0.0",
"eslint-plugin-unicorn": "^62.0.0"
}
}