eslint-plugin-sort-keys
npm install --save-dev eslint eslint-plugin-sort-keys
module.exports = {
plugins: ['sort-keys'],
rules: {
'sort-keys': 0,
'sort-keys/sort-keys-fix': 1,
},
}
TODO
CHANGE LOG
- 2.3.5: fix bug move comments incorrectly
- 2.3.4: fix bug move comments incorrectly on the same line with the property
- 2.3.3: fix bug move comments incorrectly on top of a multi-line property
- 2.3.2: some typos and improvements, add change log
- 2.3.1: add support for
minKeys
, update unit tests, dependencies and structure - 2.2.0: move comments together with the property
- 2.1.0: fix bug multiple runs to complete the sort
- 2.0.0: first publish from this forked repo, fix bug multiple runs to complete the sort