prettier/tests/typescript_tsx/not-react.ts

9 lines
194 B
TypeScript

/// <reference types="node" />
type ul = any;
const somethingElse = 1;
const thing = <ul>somethingElse;
const div = "<div></div>";
const h1 = `<h1>Hi</h1>`;
const footer = '<footer></footer>';