diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-16 20:29:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 20:29:34 +0100 |
| commit | 0c036ae2941bb203769d28fe2e26cc7f0488c910 (patch) | |
| tree | 9738561f9ac6526defc02bad8af971246014ccee /searx/static/themes/simple/.stylelintrc.json | |
| parent | e07417848f70b865aa39f3e98f24fee03573c6c3 (diff) | |
| parent | 468619abcb677703d057506b00529aa94852a855 (diff) | |
Merge pull request #750 from dalf/simple-rtl
Simple theme: implement RTL
Diffstat (limited to 'searx/static/themes/simple/.stylelintrc.json')
| -rw-r--r-- | searx/static/themes/simple/.stylelintrc.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/static/themes/simple/.stylelintrc.json b/searx/static/themes/simple/.stylelintrc.json index 40db42c66..be082eeb4 100644 --- a/searx/static/themes/simple/.stylelintrc.json +++ b/searx/static/themes/simple/.stylelintrc.json @@ -1,3 +1,7 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "rules": { + "declaration-empty-line-before": null, + "no-invalid-position-at-import-rule": null + } } |