stylelint / eslint-config-stylelint

Stylelint org's shareable config for eslint
MIT License
60 stars 9 forks source link

Change `parserOptions.ecmaVersion` from `2021` to `2023` #252

Closed ybiquitous closed 8 months ago

ybiquitous commented 8 months ago

Which issue, if any, is this issue related to?

Ref #246

Is there anything in the PR that needs further explanation?

This package supports Node.js 18 or later, which is over 90% compatible with ECMAScript 2023. See also https://node.green/#ES2023

ybiquitous commented 8 months ago

After merging this PR, we can release 21.0.0. See https://github.com/stylelint/eslint-config-stylelint/compare/20.0.0...main

ybiquitous commented 8 months ago

https://github.com/stylelint/eslint-config-stylelint/releases/tag/21.0.0 is released! 🎉

jeddy3 commented 8 months ago

Thanks for releasing @ybiquitous !