mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 14:22:09 +03:00
This project is inspired by and originally forked from 9router by decolua (https://github.com/decolua/9router). Full rebrand: 9router → OmniRoute across all source code, configuration, Docker, documentation, and assets.
21 lines
332 B
JSON
21 lines
332 B
JSON
{
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"sonarlint.rules": {
|
|
"css:S4662": {
|
|
"level": "off"
|
|
},
|
|
"javascript:S6747": {
|
|
"level": "off"
|
|
},
|
|
"javascript:S7764": {
|
|
"level": "off"
|
|
},
|
|
"javascript:S6772": {
|
|
"level": "off"
|
|
},
|
|
"javascript:S3776": {
|
|
"level": "off"
|
|
}
|
|
}
|
|
}
|