-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"author": "Turo engineering",
"description": "Eslint configuration for Turo",
"dependencies": {
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "56.0.1"
},
"devDependencies": {
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "3.4.2"
},
"engines": {
"node": ">= 16"
},
"homepage": "https://github.com/open-turo/eslint-config#readme",
"license": "MIT",
"main": "index.js",
"name": "@open-turo/eslint-config",
"peerDependencies": {
"eslint": "^8.50.0",
"prettier": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-turo/eslint-config",
"scripts": {
"build": "echo noop",
"lint": "echo noop",
"test": "jest test.js"
},
"version": "9.0.0"
}