From 61ba9fd1f62cb959f197cf95c2686809318c6482 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 22 Jan 2024 03:30:30 +0100 Subject: chore(deps): bump and format --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eslint.config.js') diff --git a/eslint.config.js b/eslint.config.js index 3c33157..db998f1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -5,7 +5,7 @@ export default petal({ react: false, typescript: true, gitignore: true, - toml: false, + toml: true, ignores: [ '**/target', '**/dist', -- cgit