diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-25 09:02:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 09:02:35 +0200 |
| commit | c91603dae9d89c10b67b58c5c52385b75e89379c (patch) | |
| tree | c9cff6b6376def4849810299984b3796c88794b2 /searx/static/themes/simple/.jshintrc | |
| parent | e73a96b5f9c55e3b6eb6b95515b18d46308ee1c1 (diff) | |
| parent | a3f58a3a3d099cf6c5dfd533f76d97623146e079 (diff) | |
Merge pull request #168 from return42/stylelint
Lint the less files of the simple theme
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 + } +} |