-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It would be nice if I could add just one line to my ESLint config for the plugin to work:
import sortDestructureKeys from 'eslint-plugin-sort-destructure-keys';
export default [
sortDestructureKeys.configs.recommended, // this
// instead of
{
plugins: {
'sort-destructure-keys': sortDestructureKeys,
},
rules: {
'sort-destructure-keys/sort-destructure-keys': 'error',
},
},
];
See https://eslint.org/docs/latest/extend/plugins#configs-in-plugins
rakleed, sixertoy, risantos and lukaszkurantdev
Metadata
Metadata
Assignees
Labels
No labels