mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
Fix lint
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import htmlTagNames = require("html-tag-names");
|
||||
htmlTagNames.length; //=> 147
|
||||
htmlTagNames.length; // => 147
|
||||
const firstNames: string[] = htmlTagNames.slice(0, 20);
|
||||
|
||||
2
types/html-tag-names/index.d.ts
vendored
2
types/html-tag-names/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for html-tag-names 1.1.2
|
||||
// Type definitions for html-tag-names 1.1
|
||||
// Project: https://github.com/wooorm/html-tag-names
|
||||
// Definitions by: Nathan Shively-Sanders <https://github.com/sandersn>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
Reference in New Issue
Block a user