-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 970 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
{
"name": "eslint-config-binded-browser",
"version": "1.0.1",
"description": "Base ESLint configuration for Binded JavaScript browser side projects",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binded/eslint-config-binded-browser.git"
},
"keywords": [
"binded",
"eslint",
"eslint-config",
"style"
],
"author": "Olivier Lalonde <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/binded/eslint-config-binded-browser/issues"
},
"homepage": "https://github.com/binded/eslint-config-binded-browser#readme",
"dependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.7.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
}
}