Skip to content

Commit f5656eb

Browse files
committed
chore: move files
1 parent 5b768db commit f5656eb

File tree

10 files changed

+3
-13
lines changed

10 files changed

+3
-13
lines changed

.eslintrc.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ module.exports = {
1111
"plugin:prettier/recommended",
1212
],
1313
overrides: [
14-
{
15-
files: [
16-
//
17-
"./rollup.config.js",
18-
"./script-modules/**/*.js",
19-
],
20-
parserOptions: {
21-
sourceType: "module",
22-
},
23-
},
2414
{
2515
files: "*.ts",
2616
parser: "@typescript-eslint/parser",

rollup.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import nodeConfig from "./script-modules/rollup-node";
2-
import bundleConfig from "./script-modules/rollup-bundle";
3-
import dtsConfig from "./script-modules/rollup-dts";
1+
import nodeConfig from "./src/rollup-node";
2+
import bundleConfig from "./src/rollup-bundle";
3+
import dtsConfig from "./src/rollup-dts";
44

55
export default [
66
//

0 commit comments

Comments
 (0)