diff options
Diffstat (limited to 'searx/static/themes/simple/.jshintrc')
| -rw-r--r-- | searx/static/themes/simple/.jshintrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/static/themes/simple/.jshintrc b/searx/static/themes/simple/.jshintrc new file mode 100644 index 000000000..ba7bc2965 --- /dev/null +++ b/searx/static/themes/simple/.jshintrc @@ -0,0 +1,8 @@ +{ + "proto": true, + "globals": { + "browser": true, + "jQuery": false, + "devel": true + } +} |