mirror of
https://github.com/searxng/searxng.git
synced 2025-07-10 14:59:18 +02: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.
8 lines
127 B
JSON
8 lines
127 B
JSON
{
|
|
"dependencies": {
|
|
"pyright": "^1.1.391"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules package-lock.json"
|
|
}
|
|
}
|