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/.stylelintrc.json | |
| 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/.stylelintrc.json')
| -rw-r--r-- | searx/static/themes/simple/.stylelintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/themes/simple/.stylelintrc.json b/searx/static/themes/simple/.stylelintrc.json new file mode 100644 index 000000000..40db42c66 --- /dev/null +++ b/searx/static/themes/simple/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "stylelint-config-standard" +} |