searxngRebrandZaclys/searx
Markus Heiser 06730588a6 [mod] SearXNG JavaScript Style Guide (eslint:recommended)
The SearXNG JavaScript Style Guide is a set of eslint rules [1] based on the
eslint:recommended [2] rules.

    "extends": "eslint:recommended"

The additional rules adopted from the JavaScript Standard Style [3][4].

[1] https://eslint.org/docs/rules/
[2] https://github.com/kunalgolani/eslint-config/tree/master/packages/recommended
[3] https://standardjs.com/rules.html#javascript-standard-style
[4] https://github.com/standard/eslint-config-standard/blob/master/.eslintrc.json

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-14 06:50:26 +01:00
..
answerers [fix] answers: don't crash when the query is an empty string 2021-03-01 10:52:39 +01:00
data Merge pull request #571 from searxng/update_data_update_languages.py 2021-12-01 07:30:41 +01:00
engines Merge pull request #587 from dalf/fix-gigablast 2021-12-12 15:58:13 +01:00
metrics [fix] error recorder: avoid RuntimeError on some rare occasion 2021-09-17 10:06:24 +02:00
network [enh] verify that Tor proxy works every time searx starts 2021-10-12 21:01:02 +02:00
plugins [mod] searx.plugins.prepare_package_resources() - use generators 2021-10-07 18:41:56 +02:00
search [enh] verify that Tor proxy works every time searx starts 2021-10-12 21:01:02 +02:00
shared [fix] checker: don't run the checker when uwsgi is not properly configured 2021-01-13 14:07:39 +01:00
static [mod] SearXNG JavaScript Style Guide (eslint:recommended) 2021-12-14 06:50:26 +01:00
templates [fix] simple theme: img tile, shows duplicate information on screen 2021-11-29 20:47:37 +01:00
translations [translations] update 2021-12-11 18:11:41 +00:00
__init__.py
autocomplete.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py
locales.py
preferences.py
query.py
results.py
settings.yml Merge pull request #587 from dalf/fix-gigablast 2021-12-12 15:58:13 +01:00
settings_defaults.py
settings_loader.py
unixthreadname.py
utils.py [fix] fix match_language issue to make zh-TW match to zh-Hant-TW 2021-10-12 21:06:20 +02:00
version.py
webadapter.py
webapp.py [fix] route /autocompleter: escape < and > in the simple theme 2021-11-29 07:20:08 +01:00
webutils.py