feat: strict preset

This commit is contained in:
Guz013
2023-08-31 17:12:45 -03:00
parent 88412b067d
commit e20c7e6425
3 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { presets } from '@eslegant/config';
export default [
...presets.recommended,
...presets.strict,
];