diff options
Diffstat (limited to 'tests/specs/lint/glob/with_config/a.ts')
-rw-r--r-- | tests/specs/lint/glob/with_config/a.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/lint/glob/with_config/a.ts b/tests/specs/lint/glob/with_config/a.ts new file mode 100644 index 000000000..c378218a3 --- /dev/null +++ b/tests/specs/lint/glob/with_config/a.ts @@ -0,0 +1,4 @@ +// TODO: foo +function add(a: number, b: number): number { + return a + b; +} |