From b1d833417bcb57e265e0d01df07b28f463529d4b Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 Mar 2021 22:11:22 +0000 Subject: #3633 - Put all dummy test files in test/test-files --- test/eslint-test-files/react-app/.eslintrc.js | 0 test/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js | 0 test/eslint-test-files/react-app/node_modules/standard/bin/cmd.js | 0 test/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js | 0 test/eslint-test-files/react-app/node_modules/xo/cli.js | 0 test/eslint-test-files/react-app/subdir-with-config/.eslintrc | 0 .../react-app/subdir-with-package-json/node_modules/.gitkeep | 0 test/eslint-test-files/react-app/subdir-with-package-json/package.json | 0 test/eslint-test-files/react-app/subdir/testfile.css | 0 test/eslint-test-files/react-app/subdir/testfile.js | 0 test/eslint-test-files/react-app/subdir/testfile.ts | 0 11 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test/eslint-test-files/react-app/.eslintrc.js delete mode 100644 test/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js delete mode 100644 test/eslint-test-files/react-app/node_modules/standard/bin/cmd.js delete mode 100644 test/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js delete mode 100644 test/eslint-test-files/react-app/node_modules/xo/cli.js delete mode 100644 test/eslint-test-files/react-app/subdir-with-config/.eslintrc delete mode 100644 test/eslint-test-files/react-app/subdir-with-package-json/node_modules/.gitkeep delete mode 100644 test/eslint-test-files/react-app/subdir-with-package-json/package.json delete mode 100644 test/eslint-test-files/react-app/subdir/testfile.css delete mode 100644 test/eslint-test-files/react-app/subdir/testfile.js delete mode 100644 test/eslint-test-files/react-app/subdir/testfile.ts (limited to 'test/eslint-test-files/react-app') diff --git a/test/eslint-test-files/react-app/.eslintrc.js b/test/eslint-test-files/react-app/.eslintrc.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js b/test/eslint-test-files/react-app/node_modules/eslint/bin/eslint.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/node_modules/standard/bin/cmd.js b/test/eslint-test-files/react-app/node_modules/standard/bin/cmd.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js b/test/eslint-test-files/react-app/node_modules/stylelint/bin/stylelint.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/node_modules/xo/cli.js b/test/eslint-test-files/react-app/node_modules/xo/cli.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir-with-config/.eslintrc b/test/eslint-test-files/react-app/subdir-with-config/.eslintrc deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir-with-package-json/node_modules/.gitkeep b/test/eslint-test-files/react-app/subdir-with-package-json/node_modules/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir-with-package-json/package.json b/test/eslint-test-files/react-app/subdir-with-package-json/package.json deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir/testfile.css b/test/eslint-test-files/react-app/subdir/testfile.css deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir/testfile.js b/test/eslint-test-files/react-app/subdir/testfile.js deleted file mode 100644 index e69de29b..00000000 diff --git a/test/eslint-test-files/react-app/subdir/testfile.ts b/test/eslint-test-files/react-app/subdir/testfile.ts deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3