-
Joined
Sep 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import reactX from 'eslint-plugin-react-x'; | |
import reactDom from 'eslint-plugin-react-dom'; | |
export default [ | |
globalIgnores(['dist']), | |
{ | |
files: ['/*.{ts,tsx}'], | |
extends: [ | |
// Other configs... | |
// Enable lint rules for React |