We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fb1be commit b610092Copy full SHA for b610092
.eslintrc.json
@@ -8,7 +8,6 @@
8
"GLOBALS": true,
9
"VIEW_DATA": true
10
},
11
- "ecmaFeatures": {},
12
"rules": {
13
"no-alert": "off",
14
"no-array-constructor": "error",
package.json
@@ -27,10 +27,10 @@
27
28
"devDependencies": {
29
"@types/jquery": "^1.10.27",
30
- "eslint": "^6.6.0",
31
- "jsdom": "^15.1.1",
32
- "mocha": "^3.1.2",
33
- "typescript": "^2.0.7"
+ "eslint": "^7.20.0",
+ "jsdom": "^16.4.0",
+ "mocha": "^8.3.0",
+ "typescript": "^4.1.5"
34
35
"author": "Kartik Talwar",
36
"license": "MIT",
0 commit comments