Skip to content

Commit 0e56a56

Browse files
committed
Add eslint-plugin-react-compiler
1 parent ccc838d commit 0e56a56

File tree

4 files changed

+325
-27
lines changed

4 files changed

+325
-27
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
* Migrate from postcss to the official tailwind vite plugin
1313
* Use new Shlink brand color
1414
* Update dependencies
15+
* Add `eslint-plugin-react-compiler`.
1516

1617
### Deprecated
1718
* *Nothing*

eslint.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import shlink from '@shlinkio/eslint-config-js-coding-standard';
2+
import reactCompiler from 'eslint-plugin-react-compiler';
23

34
/* eslint-disable-next-line no-restricted-exports */
4-
export default shlink;
5+
export default [
6+
...shlink,
7+
reactCompiler.configs.recommended,
8+
];

0 commit comments

Comments
 (0)