Closed
Description
Tell us about your environment
- ESLint version: latest
- eslint-plugin-vue version: latest
- Node version: 11
Order in components rule reports different errors on node 11 and <11
this ticket is just for reference
when running tests on node 11 we are getting a lot of errors related to sort function in order in components, this change make sure that results are going to be consistent....
https://v8.dev/blog/array-sort
https://mathiasbynens.be/demo/sort-stability
the V8 implementation changed from QuickSort to TimSort