-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 964 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
33
34
35
36
37
38
39
{
"name": "eslint-config-greenpie",
"version": "8.12.0",
"description": "GreenPie's ESLint config file",
"main": "index.js",
"author": "Roman Nuritdinov (Ky6uk)",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/GreenPie/eslint-config-greenpie",
"repository": {
"type": "git",
"url": "https://github.com/GreenPie/eslint-config-greenpie"
},
"bugs": {
"url": "https://github.com/GreenPie/eslint-config-greenpie/issues"
},
"scripts": {
"lint": "eslint .",
"prepare": "npm run lint"
},
"keywords": [
"eslint",
"eslintconfig",
"greenpie",
"config",
"javascript",
"styleguide",
"typescript",
"vue"
],
"peerDependencies": {
"@stylistic/eslint-plugin-js": "^2.12.1",
"@stylistic/eslint-plugin-plus": "^2.12.1",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"typescript-eslint": "^8.18.0"
}
}