-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@pluralsh/eslint-config-pluralsh",
"version": "1.3.1",
"description": "A modern eslint configuration",
"author": "Plural (https://plural.sh)",
"license": "MIT",
"homepage": "https://github.com/pluralsh/eslint-config-pluralsh#readme",
"bugs": {
"url": "https://github.com/pluralsh/eslint-config-pluralsh/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pluralsh/eslint-config-pluralsh.git"
},
"keywords": [
"eslint",
"plural",
"pluralsh"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix"
},
"engines": {
"node": "18.20.8"
},
"packageManager": "yarn@4.0.2",
"dependencies": {
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import-newlines": "^1.2.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.0"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "6.1.0"
}
}