Skip to content

Commit da54ab4

Browse files
committed
Ignore new babel config in eslint config
1 parent 765c7d4 commit da54ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
'lib/rollup.config.js',
77
'**/dist/**/*.js',
88
'.venv',
9+
'babel.config.js',
910
],
1011
env: {
1112
browser: true,

0 commit comments

Comments
 (0)