Now each config is related to a specific language and or purpose, having different "flavors" or levels of strictness for them Presets now have the purpose of simply grouping said configs for easier of them. BREAKING CHANGE
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
import { presets } from '@eslegant/config';
|
|
|
|
export default [
|
|
...presets.recommended,
|
|
];
|