Skip to content

Commit 41c7341

Browse files
askhatpathscale
authored andcommitted
fix: make eslint ignore babel being exported as default and as named
1 parent 74def8d commit 41c7341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint node/no-unsupported-features/es-syntax: ["error", { ignores: ["modules"] }] */
2-
2+
// eslint-disable-next-line import/no-named-as-default
33
import babel from "@rollup/plugin-babel";
44
import commonjs from "@rollup/plugin-commonjs";
55
import dts from "rollup-plugin-dts";

0 commit comments

Comments
 (0)