Skip to content

Commit d39c270

Browse files
chore: migrate from webpack to Rspack (#131)
* chore: migrate from webpack to Rspack * chore: fix the indent of `package.json`
1 parent c9653b0 commit d39c270

File tree

5 files changed

+11725
-9749
lines changed

5 files changed

+11725
-9749
lines changed

eslint.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// CommonJS
2-
const { eslintConfigNoJSDoc } = require("@robot-inventor/eslint-config");
1+
import { eslintConfigNoJSDoc } from "@robot-inventor/eslint-config";
32

4-
module.exports = eslintConfigNoJSDoc;
3+
export default eslintConfigNoJSDoc;

0 commit comments

Comments
 (0)