forked from evozonjs/eslint-config-evozonjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1018 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
38
39
40
41
42
43
{
"name": "eslint-config-evozonjs",
"version": "1.0.3",
"description": "EvozonJS's ESLint config, following Airbnb's styleguides and a few additions",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/evozonjs/eslint-config-evozonjs.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",
"styleguide"
],
"author": "Robert Richter",
"contributors": [
{
"name": "Alex Pausan",
"url": "https://github.com/alexpausan"
},
{
"name": "Robert Richter",
"url": "https://github.com/robi-richter"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/evozonjs/eslint-config-evozonjs/issues"
},
"homepage": "https://github.com/evozonjs/javascript",
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.1"
}
}