Skip to content

Commit b786a2a

Browse files
mgolKrinkle
authored andcommitted
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

Lines changed: 2 additions & 6 deletions
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
}

0 commit comments

Comments
 (0)