mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-10 14:16:59 -06:00
9 lines
247 B
JavaScript
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,
|
|
];
|