From 4a6136c27ec2430a1ef5481e0ca10dee03ba178f Mon Sep 17 00:00:00 2001 From: Charles B Johnson Date: Wed, 8 Apr 2020 18:20:10 -0500 Subject: fixers/xo: add tests --- test/eslint-test-files/react-app/node_modules/xo/cli.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/eslint-test-files/react-app/node_modules/xo/cli.js (limited to 'test/eslint-test-files/react-app') 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 new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3 From e75ac9f4975be35e4f33b955f473ba5e336c9ca0 Mon Sep 17 00:00:00 2001 From: Charles B Johnson Date: Wed, 8 Apr 2020 18:52:53 -0500 Subject: fixers/xo: support typescript options --- test/eslint-test-files/react-app/subdir/testfile.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) create 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/subdir/testfile.ts b/test/eslint-test-files/react-app/subdir/testfile.ts new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3