forked from Skyscanner/eslint-config-skyscanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 899 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
{
"name": "eslint-config-skyscanner",
"version": "4.0.0",
"description": "Skyscanner's ESLint config.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Skyscanner/eslint-config-skyscanner"
},
"engines": {
"node": "^8.9.0",
"npm": "^6.4.1"
},
"author": "Matthew Davidson <matthew.davidson@skyscanner.net>",
"license": "Apache-2.0",
"keywords": [
"eslint",
"eslintconfig",
"config",
"skyscanner",
"javascript",
"styleguide"
],
"peerDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-backpack": "^0.2.2"
},
"scripts": {
"pretest": "npx ensure-node-env",
"test": "(cd test && ./e2e-test.sh)"
}
}