-
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) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
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": "arabasta",
"version": "1.0.0",
"private": true,
"workspaces": [
"eslint-plugin-javascript",
"eslint-plugin-react",
"eslint-plugin-testing-library",
"eslint-plugin-tsoa",
"eslint-plugin-typescript"
],
"type": "commonjs",
"scripts": {
"format": "prettier --cache --write .",
"format-check": "prettier --cache --check .",
"lint": "eslint ./ --max-warnings 0",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-plugin-package-json": "^0.19.0",
"globals": "^15.14.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.4.2"
},
"license": "MIT"
}