chore: update format.lessons to include localized files
- Change glob pattern from lessons/*.json to lessons/**/*.json - Update copyright year to 2026
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"test.watch": "vitest watch",
|
"test.watch": "vitest watch",
|
||||||
"test.coverage": "vitest run --coverage",
|
"test.coverage": "vitest run --coverage",
|
||||||
"format": "prettier --write src/ tests/ schemas/ package.json vite.config.js vitest.config.js",
|
"format": "prettier --write src/ tests/ schemas/ package.json vite.config.js vitest.config.js",
|
||||||
"format.lessons": "prettier --write lessons/*.json"
|
"format.lessons": "prettier --write 'lessons/**/*.json'"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"education"
|
"education"
|
||||||
],
|
],
|
||||||
"author": "Michael Czechowski <mail@dailysh.it>",
|
"author": "Michael Czechowski <mail@dailysh.it>",
|
||||||
"license": "Copyright 2025 (c) Michael Czechowski",
|
"license": "Copyright 2026 (c) Michael Czechowski",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/dom": "^10.4.0",
|
"@testing-library/dom": "^10.4.0",
|
||||||
"@testing-library/jest-dom": "^6.6.3",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user