Skip to content

Commit 3e53d8c

Browse files
nikkufake-join[bot]
authored andcommitted
chore: update eslint*
1 parent 266bfb9 commit 3e53d8c

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

.eslintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"plugin:bpmn-io/recommended"
4+
]
5+
}

app/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env browser */
2+
13
import pizzaDiagram from '../resources/pizza-collaboration.bpmn';
24

35
import customElements from './custom-elements.json';

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global process */
1+
/* eslint-env node */
22

33
// configures browsers to run test against
44
// any of [ 'ChromeHeadless', 'Chrome', 'Firefox', 'Safari' ]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"chai": "^4.3.10",
3535
"copy-webpack-plugin": "^11.0.0",
36-
"eslint": "^4.18.1",
37-
"eslint-plugin-bpmn-io": "^0.4.1",
36+
"eslint": "^8.53.0",
37+
"eslint-plugin-bpmn-io": "^1.0.0",
3838
"karma": "^6.4.2",
3939
"karma-chai": "^0.1.0",
4040
"karma-chrome-launcher": "^3.2.0",

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env node */
2+
13
const CopyPlugin = require('copy-webpack-plugin');
24

35
const path = require('path');

0 commit comments

Comments
 (0)