Update to latest coding standard

This commit is contained in:
Alejandro Celaya
2025-03-29 11:58:44 +01:00
parent ecbc0f64d6
commit a736bb3b21
5 changed files with 567 additions and 183 deletions

View File

@@ -1,8 +1,4 @@
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,
reactCompiler.configs.recommended,
];
export default shlink;