-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 891 Bytes
/
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
{
"name": "@switz/eslint-config",
"version": "11.0.1",
"description": "",
"main": "eslintrc.cjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint-check": "eslint --print-config path/to/main.js | eslint-config-prettier-check"
},
"author": "",
"license": "MIT",
"peerDependencies": {
"eslint": ">= 5"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-tailwindcss": "^3.17.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"eslint": "^8.57.0"
}
}