mdx-js / eslint-mdx

ESLint Parser/Plugin for MDX
https://npmjs.org/eslint-plugin-mdx
MIT License
264 stars 30 forks source link

fix: line/column sorted error output #390

Closed dimaMachina closed 2 years ago

dimaMachina commented 2 years ago

related https://github.com/mdx-js/eslint-mdx/issues/388#issuecomment-1120081711

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codecov-commenter commented 2 years ago

Codecov Report

Merging #390 (6561323) into master (fd18bed) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files          18       18           
  Lines         213      214    +1     
  Branches       42       42           
=======================================
+ Hits          211      212    +1     
  Misses          1        1           
  Partials        1        1           
Impacted Files Coverage Δ
...ackages/eslint-plugin-mdx/src/processors/remark.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd18bed...6561323. Read the comment docs.

JounQin commented 2 years ago

@B2o5T thanks!