From 8a5e40f778de2bc82a4fc261d9c0923fd3ab5a63 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 22 Apr 2026 08:32:07 +0530 Subject: Add Credits screen with initial font and audio attributions --- eslint.config.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'eslint.config.js') diff --git a/eslint.config.js b/eslint.config.js index 71da530..84ecd6d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -15,6 +15,7 @@ const gameplayDirectories = [ 'birth/**/*.{ts,js,svelte}', 'death/**/*.{ts,js,svelte}', 'continuation/**/*.{ts,js,svelte}', + 'credits/**/*.{ts,js,svelte}', 'worldgen/**/*.{ts,js,svelte}', 'persistence/**/*.{ts,js,svelte}', 'rng/**/*.{ts,js,svelte}', @@ -94,5 +95,11 @@ export default ts.config( 'no-restricted-syntax': 'off', '@typescript-eslint/no-explicit-any': 'off' } + }, + { + files: ['lib/screens/CreditsScreen.svelte'], + rules: { + 'svelte/no-navigation-without-resolve': 'off' + } } ) -- cgit v1.2.3