We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3414437 commit 2474bc9Copy full SHA for 2474bc9
package.json
@@ -13,6 +13,14 @@
13
"lint": "eslint .eslintrc.js lib/ tests/ --ignore-pattern !.eslintrc.js",
14
"test": "npm run lint && mocha tests --recursive"
15
},
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/not-an-aardvark/eslint-plugin-prettier.git"
19
+ },
20
+ "bugs": {
21
+ "url": "https://github.com/not-an-aardvark/eslint-plugin-prettier/issues"
22
23
+ "homepage": "https://github.com/not-an-aardvark/eslint-plugin-prettier#readme",
24
"dependencies": {
25
"prettier": "^0.11.0",
26
"requireindex": "~1.1.0"
0 commit comments