Project: Switch to Prettier for code formatting

This commit is contained in:
Romain Vigier
2026-07-20 13:05:11 +02:00
parent b4ff33e681
commit 1f514c023f
40 changed files with 4511 additions and 4119 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ project(
'nightthemeswitcher',
version: '82',
license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'],
meson_version: '>= 0.56.0'
meson_version: '>= 0.56.0',
)
UUID = 'nightthemeswitcher@romainvigier.fr'
@@ -22,7 +22,7 @@ i18n = import('i18n')
npm_exe = find_program('npm', required: false)
if npm_exe.found()
run_target('dev', command: [ npm_exe, 'install', '--save-dev' ])
run_target('dev', command: [npm_exe, 'install', '--save-dev'])
endif
subdir('src')