Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1b67ab9

Browse files
committed
chore: added .eslintignore
1 parent 46911f1 commit 1b67ab9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.eslintignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
lib
2+
node_modules
3+
storybook-static
4+
web-build
5+
coverage

example/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ module.exports = function (api) {
1818
],
1919
],
2020
};
21-
}
21+
};

0 commit comments

Comments
 (0)