Skip to content

Commit 0f3764f

Browse files
committed
chore: use eslint 7
1 parent 6ebb05b commit 0f3764f

File tree

2 files changed

+239
-175
lines changed

2 files changed

+239
-175
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"atom": ">=1.28.0 <2.0.0"
6060
},
6161
"dependencies": {
62-
"jmp": "^2.0.0",
6362
"@jupyterlab/services": "^0.52.0",
6463
"@nteract/commutable": "^7.1.4",
6564
"@nteract/markdown": "^4.5.1",
@@ -71,6 +70,7 @@
7170
"atom-select-list": "^0.8.1",
7271
"escape-carriage": "^1.2.0",
7372
"escape-string-regexp": "^4.0.0",
73+
"jmp": "^2.0.0",
7474
"kernelspecs": "^2.0.0",
7575
"lodash": "^4.14.0",
7676
"mathjax-electron": "^3.0.0",
@@ -131,6 +131,7 @@
131131
"electron": "^6",
132132
"enzyme": "^3.11.0",
133133
"enzyme-adapter-react-16": "^1.15.6",
134+
"eslint": "7",
134135
"eslint-config-atomic": "^1.14.4",
135136
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
136137
"markdox": "^0.1.10",

0 commit comments

Comments
 (0)