-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "@squonk/eslint-config",
"version": "2.1.0",
"description": "ESLint config used by Squonk front-end apps",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/InformaticsMatters/eslint-config-squonk.git"
},
"private": false,
"author": "Informatics Matters",
"license": "MIT",
"bugs": {
"url": "https://github.com/InformaticsMatters/eslint-config-squonk/issues"
},
"homepage": "https://github.com/InformaticsMatters/eslint-config-squonk#readme",
"scripts": {
"lint:all": "eslint .",
"format:all": "eslint --fix --cache ."
},
"peerDependencies": {
"eslint": ">=8",
"typescript": ">=4.7"
},
"dependencies": {
"@eslint/js": "8.57.1",
"@next/eslint-plugin-next": "15.1.3",
"@types/node": "22.10.5",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-mdx": "3.1.5",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0"
}
}