-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 798 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 798 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
{
"name": "eslint-config-cimpress-atsquad",
"version": "2.2.3",
"description": "ESLint config from the Cimpress AT Squad",
"main": "eslint.js",
"author": "Cimpress AT Squad <atsquad@cimpress.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress-MCP/eslint-config-cimpress-atsquad.git"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "23.13.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "40.0.0"
},
"peerDependencies": {
"eslint": ">=8.6.0",
"prettier": ">=2.5.1"
}
}