mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -37,9 +37,7 @@
|
||||
"2021-12-06T10:00:00+01:00"
|
||||
],
|
||||
"event": {
|
||||
"categories": [
|
||||
"seminar"
|
||||
],
|
||||
"categories": ["seminar"],
|
||||
"identifiers": {
|
||||
"LSF": "333284"
|
||||
},
|
||||
@@ -74,9 +72,7 @@
|
||||
"2021-12-08T10:00:00+01:00"
|
||||
],
|
||||
"event": {
|
||||
"categories": [
|
||||
"seminar"
|
||||
],
|
||||
"categories": ["seminar"],
|
||||
"identifiers": {
|
||||
"LSF": "333284"
|
||||
},
|
||||
@@ -147,9 +143,7 @@
|
||||
"2022-07-11T10:00:00+02:00"
|
||||
],
|
||||
"event": {
|
||||
"categories": [
|
||||
"seminar"
|
||||
],
|
||||
"categories": ["seminar"],
|
||||
"identifiers": {
|
||||
"LSF": "336255"
|
||||
},
|
||||
@@ -160,61 +154,25 @@
|
||||
},
|
||||
"type": "date series",
|
||||
"inPlace": {
|
||||
"alternateNames": [
|
||||
"NG 701",
|
||||
"Seminarraum, Belegungspräferenz Fb 6, Fb 7 und Fb 9"
|
||||
],
|
||||
"categories": [
|
||||
"learn",
|
||||
"education"
|
||||
],
|
||||
"alternateNames": ["NG 701", "Seminarraum, Belegungspräferenz Fb 6, Fb 7 und Fb 9"],
|
||||
"categories": ["learn", "education"],
|
||||
"geo": {
|
||||
"point": {
|
||||
"coordinates": [
|
||||
8.66986,
|
||||
50.12624
|
||||
],
|
||||
"coordinates": [8.66986, 50.12624],
|
||||
"type": "Point"
|
||||
},
|
||||
"polygon": {
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.669566065073013,
|
||||
50.12599504439663
|
||||
],
|
||||
[
|
||||
8.669351488351822,
|
||||
50.12621170950345
|
||||
],
|
||||
[
|
||||
8.669488281011581,
|
||||
50.12626501584762
|
||||
],
|
||||
[
|
||||
8.66951510310173,
|
||||
50.12624094202212
|
||||
],
|
||||
[
|
||||
8.669930845499039,
|
||||
50.12641633675929
|
||||
],
|
||||
[
|
||||
8.66990938782692,
|
||||
50.12643525183961
|
||||
],
|
||||
[
|
||||
8.670027405023577,
|
||||
50.1264851188337
|
||||
],
|
||||
[
|
||||
8.670236617326736,
|
||||
50.12627361363954
|
||||
],
|
||||
[
|
||||
8.669566065073013,
|
||||
50.12599504439663
|
||||
]
|
||||
[8.669566065073013, 50.12599504439663],
|
||||
[8.669351488351822, 50.12621170950345],
|
||||
[8.669488281011581, 50.12626501584762],
|
||||
[8.66951510310173, 50.12624094202212],
|
||||
[8.669930845499039, 50.12641633675929],
|
||||
[8.66990938782692, 50.12643525183961],
|
||||
[8.670027405023577, 50.1264851188337],
|
||||
[8.670236617326736, 50.12627361363954],
|
||||
[8.669566065073013, 50.12599504439663]
|
||||
]
|
||||
],
|
||||
"type": "Polygon"
|
||||
@@ -303,9 +261,7 @@
|
||||
"2022-07-11T16:00:00+02:00"
|
||||
],
|
||||
"event": {
|
||||
"categories": [
|
||||
"seminar"
|
||||
],
|
||||
"categories": ["seminar"],
|
||||
"identifiers": {
|
||||
"LSF": "334591"
|
||||
},
|
||||
@@ -316,44 +272,21 @@
|
||||
},
|
||||
"type": "date series",
|
||||
"inPlace": {
|
||||
"alternateNames": [
|
||||
"SH 4.101"
|
||||
],
|
||||
"categories": [
|
||||
"learn",
|
||||
"education"
|
||||
],
|
||||
"alternateNames": ["SH 4.101"],
|
||||
"categories": ["learn", "education"],
|
||||
"geo": {
|
||||
"point": {
|
||||
"coordinates": [
|
||||
8.66836,
|
||||
50.12927
|
||||
],
|
||||
"coordinates": [8.66836, 50.12927],
|
||||
"type": "Point"
|
||||
},
|
||||
"polygon": {
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.668371140956877,
|
||||
50.12907297255887
|
||||
],
|
||||
[
|
||||
8.668247759342194,
|
||||
50.12942717952356
|
||||
],
|
||||
[
|
||||
8.668864667415619,
|
||||
50.129513151692436
|
||||
],
|
||||
[
|
||||
8.668977320194244,
|
||||
50.1291692620903
|
||||
],
|
||||
[
|
||||
8.668371140956877,
|
||||
50.12907297255887
|
||||
]
|
||||
[8.668371140956877, 50.12907297255887],
|
||||
[8.668247759342194, 50.12942717952356],
|
||||
[8.668864667415619, 50.129513151692436],
|
||||
[8.668977320194244, 50.1291692620903],
|
||||
[8.668371140956877, 50.12907297255887]
|
||||
]
|
||||
],
|
||||
"type": "Polygon"
|
||||
@@ -444,9 +377,7 @@
|
||||
"2022-02-14T14:00:00+01:00"
|
||||
],
|
||||
"event": {
|
||||
"categories": [
|
||||
"tutorial"
|
||||
],
|
||||
"categories": ["tutorial"],
|
||||
"identifiers": {
|
||||
"LSF": "329884"
|
||||
},
|
||||
@@ -457,44 +388,21 @@
|
||||
},
|
||||
"type": "date series",
|
||||
"inPlace": {
|
||||
"alternateNames": [
|
||||
"SH 1.105"
|
||||
],
|
||||
"categories": [
|
||||
"learn",
|
||||
"education"
|
||||
],
|
||||
"alternateNames": ["SH 1.105"],
|
||||
"categories": ["learn", "education"],
|
||||
"geo": {
|
||||
"point": {
|
||||
"coordinates": [
|
||||
8.66836,
|
||||
50.12927
|
||||
],
|
||||
"coordinates": [8.66836, 50.12927],
|
||||
"type": "Point"
|
||||
},
|
||||
"polygon": {
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
8.668371140956877,
|
||||
50.12907297255887
|
||||
],
|
||||
[
|
||||
8.668247759342194,
|
||||
50.12942717952356
|
||||
],
|
||||
[
|
||||
8.668864667415619,
|
||||
50.129513151692436
|
||||
],
|
||||
[
|
||||
8.668977320194244,
|
||||
50.1291692620903
|
||||
],
|
||||
[
|
||||
8.668371140956877,
|
||||
50.12907297255887
|
||||
]
|
||||
[8.668371140956877, 50.12907297255887],
|
||||
[8.668247759342194, 50.12942717952356],
|
||||
[8.668864667415619, 50.129513151692436],
|
||||
[8.668977320194244, 50.1291692620903],
|
||||
[8.668371140956877, 50.12907297255887]
|
||||
]
|
||||
],
|
||||
"type": "Polygon"
|
||||
|
||||
Reference in New Issue
Block a user