-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
{
"name": "eslint-config-andersos",
"version": "0.2.0",
"description": "ESLint config for @Andersos",
"license": "MIT",
"main": "index.js",
"scripts": {
"postversion": "git push --tags origin master",
"prepublish": "npm prune && npm test",
"pretest": "eslint -c ./index.js .",
"test": "node test/config-test.js"
},
"keywords": [
"coding-standard",
"standards",
"eslint",
"eslintconfig",
"lint",
"style"
],
"author": {
"name": "Anders Olsen Sandvik",
"email": "[email protected]",
"url": "https://andersos.net/"
},
"repository": "andersos/eslint-config-andersos",
"bugs": {
"url": "https://github.com/andersos/eslint-config-andersos/issues"
},
"dependencies": {
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.2.0",
"eslint-plugin-standard": "^1.3.2"
}
}