diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-10-27 16:57:15 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-10-27 16:57:15 +0300 |
commit | 4c2688bd76b4666db05017c8ddebed6d501cb0c0 (patch) | |
tree | a1f92eed9c11b188b7896d10c133c45771e27866 /.stylelintrc.json | |
parent | d2f250ae1ea421d423b1e07bbafcf7ef3560a191 (diff) | |
download | rspamd-4c2688bd76b4666db05017c8ddebed6d501cb0c0.tar.gz rspamd-4c2688bd76b4666db05017c8ddebed6d501cb0c0.zip |
[WebUI] Update map editor
CodeJar 3.7.0 -> 4.2.0
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 040ffaa9e..6fd1323b9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -10,6 +10,7 @@ "**/*.min.css", "**/*.js", "interface/css/d3evolution.css", + "interface/css/codejar-linenumbers.css", "interface/css/nprogress.css", "interface/css/prism.css" ], |