searxng/searx
Markus Heiser 0abad23daa [upd] migrate .eslintrc.json to eslint.config.mjs
The migration was done by the following steps, firts prepare the node enviroment
an open a bash in this environment::

    $ make clean nvm.nodejs
    ...
    $ ./manage nvm.bash
    $ which npx
    searxng/.nvm/versions/node/v23.5.0/bin/npx

In this environment the migration command from [1] is started::

    $ npx @eslint/migrate-config .eslintrc.json
    Need to install the following packages:
    @eslint/migrate-config@1.3.5
    Migrating .eslintrc.json

    Wrote new config to ./eslint.config.mjs

    You will need to install the following packages to use the new config:
    - globals
    - @eslint/js
    - @eslint/eslintrc

    You can install them using the following command:

    npm install globals @eslint/js @eslint/eslintrc -D

    The following messages were generated during migration:
    - The 'node' environment is used, so switching sourceType to 'commonjs'.

[1] https://eslint.org/docs/latest/use/configure/migration-guide#migrate-your-config-file

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-01-14 15:22:23 +01:00
..
answerers
botdetection
data
enginelib
engines [json_engine] Fix R0912 (too-many-branches) 2025-01-14 14:07:35 +01:00
favicons
infopage
metrics
network
plugins
search
static [upd] migrate .eslintrc.json to eslint.config.mjs 2025-01-14 15:22:23 +01:00
templates/simple
translations
__init__.py
autocomplete.py
babel_extract.py
compat.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
limiter.py
limiter.toml
locales.py
openmetrics.py
preferences.py
query.py
redisdb.py
redislib.py
results.py
searxng.msg
settings.yml
settings_defaults.py
settings_loader.py
sqlitedb.py
sxng_locales.py
unixthreadname.py
utils.py
version.py
webadapter.py
webapp.py
webutils.py