diff options
Diffstat (limited to 'tests/specs/lint/with_glob_config/glob/nested/foo/foo.ts')
-rw-r--r-- | tests/specs/lint/with_glob_config/glob/nested/foo/foo.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/lint/with_glob_config/glob/nested/foo/foo.ts b/tests/specs/lint/with_glob_config/glob/nested/foo/foo.ts new file mode 100644 index 000000000..6940729e9 --- /dev/null +++ b/tests/specs/lint/with_glob_config/glob/nested/foo/foo.ts @@ -0,0 +1,2 @@ +function foo() { +} |