Skip to content

Commit

Permalink
SSR-5243: Upgrade Eslint for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
h000780 committed Feb 10, 2025
1 parent ef17520 commit 965c01f
Show file tree
Hide file tree
Showing 10 changed files with 2,370 additions and 2,096 deletions.
4 changes: 0 additions & 4 deletions demos/esm-dev-app/.eslintrc.js

This file was deleted.

8 changes: 8 additions & 0 deletions demos/esm-dev-app/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const typescriptPrettier = require("@cybozu/eslint-config/flat/presets/typescript-prettier");

module.exports = [
...typescriptPrettier,
{
files: ["**/*.ts"],
},
];
Loading

0 comments on commit 965c01f

Please sign in to comment.