-
-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
44
45
46
47
48
49
50
51
{
"name": "eslint-plugin-prettier",
"version": "2.2.0",
"description": "Runs prettier as an eslint rule",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"prettier"
],
"author": "Teddy Katz",
"files": [
"eslint-plugin-prettier.js"
],
"main": "eslint-plugin-prettier.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prettier/eslint-plugin-prettier.git"
},
"bugs": {
"url": "https://github.com/prettier/eslint-plugin-prettier/issues"
},
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",
"dependencies": {
"fast-diff": "^1.1.1",
"jest-docblock": "^20.0.1"
},
"peerDependencies": {
"prettier": ">= 0.11.0"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-not-an-aardvark": "^2.0.0",
"eslint-config-prettier": "^1.3.0",
"eslint-plugin-eslint-plugin": "^0.7.1",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-self": "^1.0.1",
"mocha": "^3.1.2",
"moment": "^2.18.1",
"prettier": "^1.3.1",
"semver": "^5.3.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}