forked from prettier/eslint-plugin-prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "eslint-plugin-prettier",
"version": "1.0.0",
"description": "Runs prettier as an eslint rule",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Teddy Katz",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .eslintrc.js lib/ tests/ --ignore-pattern !.eslintrc.js",
"test": "npm run lint && mocha tests --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/not-an-aardvark/eslint-plugin-prettier.git"
},
"bugs": {
"url": "https://github.com/not-an-aardvark/eslint-plugin-prettier/issues"
},
"homepage": "https://github.com/not-an-aardvark/eslint-plugin-prettier#readme",
"dependencies": {
"requireindex": "~1.1.0"
},
"peerDependencies": {
"eslint": "^3.14.1",
"prettier": ">= 0.11.0"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-not-an-aardvark": "^2.0.0",
"eslint-plugin-eslint-plugin": "^0.2.1",
"eslint-plugin-node": "^3.0.5",
"mocha": "^3.1.2",
"prettier": ">= 0.11.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}