Skip to content

Commit 985e9ff

Browse files
author
Mike Zorn
committed
move ignores to end
1 parent 11a0152 commit 985e9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/dev_server/ui/eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import pluginReact from "eslint-plugin-react";
77
export default [
88
{
99
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
10-
ignores: ["**/__mocks__/"],
1110
},
1211
{ languageOptions: { globals: globals.browser } },
1312
pluginJs.configs.recommended,
@@ -19,4 +18,7 @@ export default [
1918
"react/react-in-jsx-scope": "off",
2019
},
2120
},
21+
{
22+
ignores: ["**/__mocks__/"],
23+
}
2224
];

0 commit comments

Comments
 (0)