data icon indicating copy to clipboard operation
data copied to clipboard

Lint sort order of data sheets

Open frenic opened this issue 7 years ago • 1 comments

Alphabetically sorted data provides maintainability for large sheets. A linter that verifies the sort order would be nice! Maybe even with a --fixup flag that solves it for you (?).

Related #188 #196

frenic avatar Apr 06 '18 13:04 frenic

I write a test for checking key orders in other repo:

https://github.com/skyclouds2001/mdn-tools/blob/master/checks/data-order-check.js

and result will output here:

https://github.com/skyclouds2001/mdn-tools/blob/master/results/unordered_data.json

skyclouds2001 avatar Dec 29 '24 08:12 skyclouds2001