Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-config-openlayers to the latest version 🚀 #4915

Merged
merged 1 commit into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ngeoRoutingModule from 'ngeo/routing/module.js';
import EPSG2056 from '@geoblocks/proj/src/EPSG_2056.js';
import EPSG21781 from '@geoblocks/proj/src/EPSG_21781.js';
import ngeoStatemanagerWfsPermalink from 'ngeo/statemanager/WfsPermalink.js';
import {Circle, Fill, Stroke, Style} from 'ol/style';
import {Circle, Fill, Stroke, Style} from 'ol/style.js';
import Raven from 'raven-js/src/raven.js';
import RavenPluginsAngular from 'raven-js/plugins/angular.js';

Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/src/mobile/measure/baseComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import olStyleFill from 'ol/style/Fill.js';
import olStyleRegularShape from 'ol/style/RegularShape.js';
import olStyleStroke from 'ol/style/Stroke.js';
import olStyleStyle from 'ol/style/Style.js';
import MobileDraw from 'ngeo/interaction/MobileDraw';
import MobileDraw from 'ngeo/interaction/MobileDraw.js';


/**
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/src/mobile/measure/pointComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import olStyleFill from 'ol/style/Fill.js';
import olStyleRegularShape from 'ol/style/RegularShape.js';
import olStyleStroke from 'ol/style/Stroke.js';
import olStyleStyle from 'ol/style/Style.js';
import MobileDraw from 'ngeo/interaction/MobileDraw';
import MobileDraw from 'ngeo/interaction/MobileDraw.js';


/**
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/src/objectediting/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import olStyleStyle from 'ol/style/Style.js';
import {CollectionEvent} from 'ol/Collection.js';

// @ts-ignore: not supported import
import {OL3Parser} from 'jsts/io';
import {OL3Parser} from 'jsts/io.js';
import 'jsts/monkey.js';


Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/test/spec/services/share.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-nocheck
import angular from 'angular';
import {PermalinkShareService} from 'gmf/permalink/ShareService';
import {PermalinkShareService} from 'gmf/permalink/ShareService.js';


describe('gmf.permalink.ShareService', () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"d3": "^5.9.2",
"ejs-loader": "^0.3.3",
"eslint": "^5.16.0",
"eslint-config-openlayers": "^11.0.0",
"eslint-config-openlayers": "^12.0.0",
"eslint-plugin-googshift": "^0.9.3",
"eslint-plugin-import": "^2.17.2",
"expose-loader": "^0.7.5",
Expand Down