We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3a546 commit 86110a8Copy full SHA for 86110a8
.oxlintrc.json
@@ -28,7 +28,12 @@
28
{
29
"files": ["**/components/*"],
30
"rules": {
31
- "unicorn/filename-case": "PascalCase"
+ "unicorn/filename-case": [
32
+ "error",
33
+ {
34
+ "case": "PascalCase"
35
+ }
36
+ ]
37
}
38
39
]
tests/integration/microservices/back/requirements.txt
@@ -5,4 +5,3 @@
5
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
6
#
7
8
-opengeodeweb-back==5.*,>=5.12.0rc1
tests/integration/microservices/viewer/requirements.txt
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
-opengeodeweb-viewer==1.*,>=1.11.8rc1
0 commit comments