Skip to content

Commit

Permalink
switch to json or mjs (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Sep 4, 2023
1 parent 5cfdeda commit ede3dc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions examples/web/.eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions examples/web/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"root": false
}
4 changes: 2 additions & 2 deletions examples/web/next.config.js → examples/web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @type {import('next').NextConfig}
*/
module.exports = {
const nextConfig = {
reactStrictMode: true,
transpilePackages: ["ui"],
};
export default nextConfig;

0 comments on commit ede3dc4

Please sign in to comment.