Skip to content

Instantly share code, notes, and snippets.

@gokoro
Created June 22, 2023 11:33
Show Gist options
  • Save gokoro/9add1cfbb676c2d4dffd8e9a4c7d46e5 to your computer and use it in GitHub Desktop.
Save gokoro/9add1cfbb676c2d4dffd8e9a4c7d46e5 to your computer and use it in GitHub Desktop.
eslint-plugin-perfectionist setting for typescript
/* eslint-env node */
module.exports = {
extends: ['plugin:perfectionist/recommended-natural'],
parser: '@typescript-eslint/parser',
root: true,
rules: {
'perfectionist/sort-objects': 'off',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment