deps: update eslint + styles

This commit is contained in:
Nico Rehwaldt 2020-12-02 08:53:58 +01:00 committed by fake-join[bot]
parent beaa216989
commit 00686dcb3b
6 changed files with 1367 additions and 430 deletions

1783
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,9 +48,9 @@
"chai-match": "^1.1.1",
"cpx": "^1.5.0",
"del": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-bpmn-io": "^0.10.0",
"eslint-plugin-import": "^2.18.0",
"eslint": "^7.14.0",
"eslint-plugin-bpmn-io": "^0.11.0",
"eslint-plugin-import": "^2.22.1",
"execa": "^4.1.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^5.2.3",

View File

@ -1,5 +1,3 @@
/* global process */
// configures browsers to run test against
// any of [ 'ChromeHeadless', 'Chrome', 'Firefox', 'IE', 'PhantomJS' ]
var browsers = (process.env.TEST_BROWSERS || 'PhantomJS').split(',');

View File

@ -1,5 +1,3 @@
/* global process */
var path = require('path');
var collectTranslations = process.env.COLLECT_TRANSLATIONS;

View File

@ -9,8 +9,6 @@ import modelingModule from 'lib/features/modeling';
import moveModule from 'diagram-js/lib/features/move';
import copyPasteModule from 'lib/features/copy-paste';
/* global sinon */
describe('features/grid-snapping - layout connection', function() {

View File

@ -11,8 +11,6 @@ import {
find
} from 'min-dash';
/* global sinon */
describe('features/modeling - lanes - flowNodeRefs', function() {