Skip to content

Commit b786a2a

Browse files
mgolKrinkle
authored andcommittedNov 8, 2023
Update ESLint & grunt-wordpress
1 parent ae94f14 commit b786a2a

File tree

3 files changed

+828
-986
lines changed

3 files changed

+828
-986
lines changed
 

‎.eslintrc.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55

66
"reportUnusedDisableDirectives": true,
77

8-
"parserOptions": {
9-
"ecmaVersion": 2018
10-
},
11-
128
"env": {
13-
"es6": true,
9+
"es2023": true,
1410
"node": true
1511
},
1612

1713
"rules": {
18-
"strict": ["error", "global"]
14+
"strict": [ "error", "global" ]
1915
}
2016
}

‎package-lock.json

+822-976
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"async": "^3.2.0",
2424
"cheerio": "^1.0.0-rc.12",
2525
"grunt-check-modules": "^1.1.0",
26-
"grunt-wordpress": "^2.1.3",
26+
"grunt-wordpress": "^2.1.4",
2727
"he": "^1.2.0",
2828
"highlight.js": "^10.7.2",
2929
"marked": "^4.0.0",
@@ -36,9 +36,9 @@
3636
"build-example": "grunt build"
3737
},
3838
"devDependencies": {
39-
"eslint": "^7.0.0",
40-
"eslint-config-jquery": "3.0.0",
41-
"grunt": "1.5.3",
39+
"eslint": "^8.53.0",
40+
"eslint-config-jquery": "3.0.2",
41+
"grunt": "^1.6.1",
4242
"qunit": "^2.20.0"
4343
},
4444
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.