shlink-web-client/eslint.config.js
2025-03-07 09:37:12 +01:00

9 lines
247 B
JavaScript

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,
];