Add eslint-plugin-react-compiler

This commit is contained in:
Alejandro Celaya
2025-03-07 09:37:12 +01:00
parent de9be5fcf4
commit 176e0b4961
7 changed files with 144 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
import shlink from '@shlinkio/eslint-config-js-coding-standard';
import reactCompiler from 'eslint-plugin-react-compiler';
/* eslint-disable-next-line no-restricted-exports */
export default shlink;
export default [
...shlink,
reactCompiler.configs.recommended,
];