mdx-js / eslint-mdx

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

fix: incorrect default ecmaVersion (2022 is unavailable yet) #402

Closed JounQin closed 2 years ago

JounQin commented 2 years ago

close #366

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.

JounQin commented 2 years ago

@wooorm Back port known issues for legacy projects.

codecov-commenter commented 2 years ago

Codecov Report

Merging #402 (40d0785) into release-v1 (16c5934) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff              @@
##           release-v1      #402   +/-   ##
============================================
  Coverage      100.00%   100.00%           
============================================
  Files              21        21           
  Lines             519       519           
  Branches          111       111           
============================================
  Hits              519       519           
Impacted Files Coverage Δ
packages/eslint-mdx/src/parser.ts 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 16c5934...40d0785. Read the comment docs.

JounQin commented 2 years ago

Ready for a release from release-v1 branch.