-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 987 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
{
"name": "eslint-config-goodway",
"version": "3.3.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "git-chglog -o CHANGELOG.md --next-tag v$(grep '\\\"version\\\":' package.json | grep -v git-chglog | awk -F '\\\"' '{print $4}') && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoodwayGroup/eslint-config-goodway.git"
},
"author": "Julian Lannigan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GoodwayGroup/eslint-config-goodway/issues"
},
"homepage": "https://github.com/GoodwayGroup/eslint-config-goodway#readme",
"dependencies": {
"eslint": "8.46.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-storybook": "0.6.13"
},
"devDependencies": {}
}