File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import configReactJSXRuntime from 'eslint-plugin-react/configs/jsx-runtime.js';
1313import pluginReactHooks from 'eslint-plugin-react-hooks' ;
1414import { fixupPluginRules } from '@eslint/compat' ;
1515import configPrettierRecommended from 'eslint-plugin-prettier/recommended' ;
16- import pluginSSR from 'eslint-plugin-ssr-friendly' ;
1716
1817export default [
1918 eslint . configs . recommended ,
@@ -50,7 +49,7 @@ export default [
5049 } ,
5150 rules : {
5251 ...pluginReactHooks . configs . recommended . rules ,
53- ...pluginSSR . configs . recommended . rules ,
52+ ...pluginSSRFriendly . configs . recommended . rules ,
5453 /**
5554 * Allow empty arrow functions `() => {}`, while keeping other empty functions restricted
5655 * @see https://eslint.org/docs/latest/rules/no-empty-function#allow-arrowfunctions
You can’t perform that action at this time.
0 commit comments