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 995399d commit 4041f4cCopy full SHA for 4041f4c
.gitignore
@@ -1,2 +1,3 @@
1
/.idea
2
.DS_Store
3
+.npmrc
.npmrc
@@ -0,0 +1 @@
+registry=https://npm.pkg.github.com/kakadu-dev
package.json
@@ -3,11 +3,15 @@
"version": "1.0.0",
4
"description": "Eslint configuration for ReactJS applications",
5
"main": "index.js",
6
+ "publishConfig": {
7
+ "registry": "https://npm.pkg.github.com/"
8
+ },
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"repository": {
13
"type": "git",
14
+
15
"url": "git+ssh://git@github.com/kakadu-dev/eslint-config-react-js.git"
16
17
"keywords": [
0 commit comments