From b4a14f4cdbac6e6ad78f79bd3cec167416ddbc90 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 22 Dec 2024 14:35:56 -0800 Subject: [PATCH] [meta] add `directories.test` --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index da508d3131..18ceee9d2a 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ "type": "git", "url": "https://github.com/jsx-eslint/eslint-plugin-react" }, + "directories": { + "test": ["test", "tests", "test-published-types"] + }, "homepage": "https://github.com/jsx-eslint/eslint-plugin-react", "bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues", "dependencies": {