Skip to content

Commit 4058e3b

Browse files
kriswestRoaders
authored andcommitted
fix linting in FDC3 workbench
1 parent 4e1ad53 commit 4058e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbox/fdc3-workbench/eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export default [
3434
],
3535
},
3636
...compat.extends('plugin:react/recommended', 'prettier'),
37+
pluginJs.configs.recommended,
38+
eslintConfigPrettier,
3739
{
3840
plugins: {
3941
react,
@@ -121,6 +123,4 @@ export default [
121123
'react/no-string-refs': 0,
122124
},
123125
},
124-
pluginJs.configs.recommended,
125-
eslintConfigPrettier,
126126
];

0 commit comments

Comments
 (0)