eslint-config-blazex
Version:
🔥 Blazex 🔥 eslint config that can be used across projects
11 lines (9 loc) • 333 B
JavaScript
// eslint-disable-next-line import/no-unresolved
import perfectionist from 'eslint-plugin-perfectionist';
export default {
...perfectionist.configs['recommended-natural'].rules,
'perfectionist/sort-modules': 0,
'perfectionist/sort-object-types': 0,
'perfectionist/sort-objects': 0,
'perfectionist/sort-union-types': 0,
};