Skip to content

Commit

Permalink
Install @types/table type definition (#4872)
Browse files Browse the repository at this point in the history
This is a part of #4399.

This change installs the type definition `@types/table` of the `table` package.
The package is used in `lib/formatters/stringFormatter.js`:

https://github.com/stylelint/stylelint/blob/cecacb9d4fe3b5bae5f264efa6e60c414a0f4946/lib/formatters/stringFormatter.js#L8

See also:
- https://www.npmjs.com/package/table
- https://www.npmjs.com/package/@types/table
  • Loading branch information
ybiquitous committed Jul 23, 2020
1 parent ac0519d commit 60ff6d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -173,6 +173,7 @@
"@types/postcss-safe-parser": "^4.0.0",
"@types/style-search": "^0.1.1",
"@types/svg-tags": "^1.0.0",
"@types/table": "^5.0.0",
"@types/write-file-atomic": "^3.0.1",
"benchmark": "^2.1.4",
"common-tags": "^1.8.0",
Expand Down
1 change: 0 additions & 1 deletion types/global.d.ts
Expand Up @@ -6,4 +6,3 @@ declare module 'postcss-less';
declare module 'postcss-sass';
declare module 'postcss-scss';
declare module 'sugarss';
declare module 'table';

0 comments on commit 60ff6d2

Please sign in to comment.