Fix typo "Arrangemtns" to "Arrangements" in figure captions for all 16 TE*.json dataset files. Extract a reusable Notice component from Contact and News pages to avoid duplicated inline notice markup. Replace react-helmet-async with @dr.pogodin/react-helmet. Add VS Code workspace config and cspell dictionary.
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"isBackground": true,
|
|
"problemMatcher": {
|
|
"owner": "custom",
|
|
"pattern": { "regexp": "^$" },
|
|
"background": {
|
|
"activeOnStart": true,
|
|
"beginsPattern": ".*",
|
|
"endsPattern": "Local:"
|
|
}
|
|
},
|
|
"label": "npm: dev"
|
|
}
|
|
]
|
|
}
|