tests: Move tests/package.json to its own folder.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-08-05 15:58:11 -07:00
parent 814de8ad6a
commit b35cf13a77
3 changed files with 6 additions and 9 deletions

View File

@@ -164,11 +164,5 @@ const xoConfig: FlatXoConfig = [
],
},
},
{
files: ["tests/**"],
rules: {
"n/no-extraneous-import": "off", // https://github.com/eslint-community/eslint-plugin-n/issues/209
},
},
];
export default xoConfig;