mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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>
|
||
|---|---|---|
| .. | ||
| css | ||
| img | ||
| js | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .jshintrc | ||
| .stylelintrc.json | ||
| gruntfile.js | ||
| package.json | ||
| svg4favicon.svgo.js | ||
| svg4web.svgo.js | ||