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 e49a6ba commit 2758355Copy full SHA for 2758355
package.json
@@ -3,6 +3,12 @@
3
"version": "1.0.0",
4
"description": "A shareable ESLint config for writing better asynchronous code",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Maximization/eslint-config-async.git"
9
+ },
10
+ "homepage": "https://github.com/Maximization/eslint-config-async#readme",
11
+ "bugs": "https://github.com/Maximization/eslint-config-async/issues",
12
"scripts": {
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
0 commit comments