Skip to content

Commit 35135f9

Browse files
committed
style: fix linting issues
1 parent 100efda commit 35135f9

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Diff for: babel.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line no-undef
12
module.exports = {
23
presets: ["@vue/cli-plugin-babel/preset"],
34
};

Diff for: src/components/interaction/DrawInteraction.vue

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
} from "vue";
1515
1616
import Draw from "ol/interaction/Draw";
17-
import { Style } from "ol/style";
1817
//import Style from 'ol/style/Style';
1918
2019
export default {

Diff for: src/components/interaction/ModifyInteraction.vue

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
1616
import Collection from "ol/Collection";
1717
import Modify from "ol/interaction/Modify";
18-
import { Style } from "ol/style";
1918
//import Style from 'ol/style/Style';
2019
//import usePropsAsObjectProperties from '@/composables/usePropsAsObjectProperties'
2120

Diff for: src/demos/VectorSourceDemo3.vue

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</template>
2828

2929
<script>
30-
import { TopoJSON } from "ol/format";
3130
import { ref, inject } from "vue";
3231
export default {
3332
setup() {

0 commit comments

Comments
 (0)