-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "omnicalculator-eslint-config",
"engines": {
"node": "^20.12.0",
"pnpm": "^9.4.0"
},
"version": "2.4.2",
"description": "This is opinionated eslint configuration preset we use at Omnicalculator.com",
"main": "index.cjs",
"scripts": {
"lint": "eslint '**/*.{js,cjs}' --color=true"
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"eslint": "^9.9.1"
},
"dependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-todo-plz": "^1.3.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.9.0"
},
"devDependencies": {
"eslint": "^9.16.0",
"prettier": "~2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omnicalculator/omnicalculator-eslint-config"
}
}