File size: 206 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 | /** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['plugin:react/jsx-runtime', 'plugin:react-hooks/recommended'],
settings: {
react: {
version: 'detect',
},
},
}
|