Skip to content

Commit 9c84820

Browse files
committed
Fix eslint config
1 parent 0c5887f commit 9c84820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default defineConfig(
194194
/* Disable PropTypes */
195195
"react/prop-types": "off",
196196
/* Explicitly set filename if it includes jsx */
197-
"react/jsx-filename-extension": ["warn", { extensions: [".jsx", "tsx"] }],
197+
"react/jsx-filename-extension": ["warn", { extensions: [".jsx", ".tsx"] }],
198198
/* Make all components arrow functions */
199199
"react/function-component-definition": [
200200
"warn",

0 commit comments

Comments
 (0)