summaryrefslogtreecommitdiff
path: root/tests/specs/lint/glob/with_config/b.ts
blob: d5647067ea15b82486fd24807b75aa6baac98c2a (plain)
1
2
3
4
// TODO: this file should be ignored
function subtract(a: number, b: number): number {
  return a - b;
}