-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.11 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
{
"name": "eslint-config-lemon",
"version": "0.0.0-development",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.45.0",
"eslint-config-xo-react": "0.27.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"merge-options": "3.0.4",
"prettier": "2.8.8",
"typescript": "5.6.3",
"eslint-config-next": "15.0.3"
},
"devDependencies": {
"semantic-release": "24.2.0"
},
"scripts": {
"semantic-release": "semantic-release",
"test": "eslint . && eslint test/* --ext js,jsx && eslint --config ./tsx.js test_tsx/* --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/danielhuang/eslint-config-lemon.git"
}
}