Skip to content

Commit 65375d8

Browse files
committed
✨ Version 1.0
0 parents  commit 65375d8

File tree

152 files changed

+5057
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+5057
-0
lines changed

.eslintignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# don't ever lint node_modules
2+
node_modules
3+
# don't lint build output (make sure it's set to your correct build folder name)
4+
build
5+
# don't lint nyc coverage output
6+
coverage

0 commit comments

Comments
 (0)