searxng/searx/static/themes/simple/.jshintrc
Markus Heiser a3f58a3a3d [emacs] .dir-locals.el: add setup for js-mode
- move jshint option from gruntfile to .jshintrc
- remove trailing-whitespace from gruntfile and
- add jshint esversion: 6
- .dir-locals.el add locals for js-mode to use JSHint from the simple theme

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-24 13:27:21 +02:00

9 lines
100 B
Plaintext

{
"proto": true,
"globals": {
"browser": true,
"jQuery": false,
"devel": true
}
}