-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "tslint-eaa-contrib",
"version": "0.1.5",
"description": "TSLint rules for EAA projects",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/environment-agency-austria/tslint-eaa-contrib.git"
},
"keywords": [
"tslint",
"tslintconfig",
"typescript",
"styleguide"
],
"author": "Christoph Kappler <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/environment-agency-austria/tslint-eaa-contrib/issues"
},
"homepage": "https://github.com/environment-agency-austria/tslint-eaa-contrib#readme",
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-oceanjs": "^0.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
},
"peerDependencies": {
"tslint": "^5.11.0",
"tslint-consistent-codestyle": "1.14.1",
"tslint-microsoft-contrib": "^6.0.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.0"
}
}