-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"name": "@gearbox-solutions/eslint-config-gbx",
"version": "2.0.5",
"description": "Gearbox Solutions coding standards for for JS. Specifically for use in our Vue.js projects",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/gearbox-solutions/eslint-config-gbx.git"
},
"bugs": {
"url": "https://github.com/gearbox-solutions/eslint-config-gbx/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "eslint --ext .ts,.js,.vue . --fix"
},
"keywords": [
"javascript",
"eslint",
"eslintconfig",
"vue",
"vuejs",
"gearbox"
],
"author": "Gearbox Solutions Dev Team",
"license": "ISC",
"peerDependencies": {
"eslint": "^9.15.0",
"prettier": "^3.3.0",
"typescript": "^5.6.3"
},
"homepage": "https://github.com/gearbox-solutions/eslint-config-gbx#readme",
"dependencies": {
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript-eslint": "^8.3.0",
"vue-eslint-parser": "^9.4.3"
}
}