remark-lint-no-table-indentation
Advanced tools
Comparing version 4.1.1 to 4.1.2
export default remarkLintNoTableIndentation | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoTableIndentation: import('unified').Plugin< | ||
| void[] | ||
| [unknown] | ||
| [ | ||
( | ||
| boolean | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
unknown | ||
], | ||
void[] | [unknown], | ||
import('mdast').Root, | ||
import('mdast').Root | ||
> |
@@ -138,2 +138,3 @@ /** | ||
if (lineColumn !== offset) { | ||
// @ts-expect-error: assume we have a correct point. | ||
file.message('Do not indent table rows', loc.toPoint(offset)) | ||
@@ -140,0 +141,0 @@ } |
{ | ||
"name": "remark-lint-no-table-indentation", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "remark-lint rule to warn when tables are indented", | ||
@@ -44,5 +44,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -49,0 +47,0 @@ "typeCoverage": { |
@@ -60,13 +60,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?dts' | ||
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?min' | ||
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4?bundle' | ||
</script> | ||
@@ -281,3 +281,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -284,0 +284,0 @@ [npm]: https://docs.npmjs.com/cli/install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11781
143