Skip to content

Commit a62867c

Browse files
committed
autofix: .eslintignore should have md5 e3eab0cf9bc2814f28232cdd4fd7fa82
1 parent 5f91c57 commit a62867c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.eslintignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
node_modules/
21
dist/
3-
test/fixtures/
2+
/node_modules/
3+
/test/fixtures/
4+
/build/
5+
/readme/*.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
"type": "git",
4141
"url": "https://github.com/jaid/array-to-object-keys"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)