searxng/searx/static/themes/simple
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
..
css [build] /static 2024-12-16 11:39:38 +01:00
img [build] /static 2024-12-01 15:04:05 +01:00
js [build] /static 2024-12-16 11:39:38 +01:00
src [refactor] webapp.py: reuse get_client_settings() method to unify preference handling before render 2024-12-16 11:39:38 +01:00
.gitattributes theme: remove __common__ 2022-05-07 19:40:48 +02:00
.gitignore [upd] update npm dependencies (package.json) and .tool-versions 2025-01-14 15:22:23 +01:00
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 2021-06-24 13:27:21 +02:00
.stylelintrc.json [mod] simple theme: change stylelint configuration 2022-01-16 18:50:19 +01:00
eslint.config.mjs [upd] migrate .eslintrc.json to eslint.config.mjs 2025-01-14 15:22:23 +01:00
gruntfile.js [upd] migrate .eslintrc.json to eslint.config.mjs 2025-01-14 15:22:23 +01:00
package-lock.json [upd] update npm dependencies (package.json) and .tool-versions 2025-01-14 15:22:23 +01:00
package.json [upd] update npm dependencies (package.json) and .tool-versions 2025-01-14 15:22:23 +01:00
svg4favicon.svgo.js [enh] add SVG favicon href="favicon.svg" type="image/svg+xml" 2021-11-29 20:36:31 +01:00
svg4web.svgo.js [fix] if image load fails on client side, show default image 2024-12-01 15:04:05 +01:00