Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ module.exports = {
},
plugins: ["@typescript-eslint", "react"],
ignorePatterns: ["/dist/*"],
rules: {
'react/react-in-jsx-scope': 'off', // React 17+ ではJSXトランスフォームが不要
'@typescript-eslint/no-explicit-any': 'warn', // any型の使用を警告(エラーにしたい場合は`error`)
},
rules: {},
};
Loading
Loading