mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
This is one of various PR to refactor the simple theme internally. Replace eslint tool with Biome. I have been using this for quite some time, and it will help us to have more consistent and valid code without extending on other third party plugins. Removes unused dependencies.
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"dependencies": {
|
|
"pyright": "^1.1.391"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
|
}
|
|
}
|