Skip to content

Commit 42ea64a

Browse files
committed
AC-13683::Investigate latest patch version of grunt-eslint
1 parent d8f6f04 commit 42ea64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint/.eslintrc-reset

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// http://eslint.org/docs/rules/
33

44
"parserOptions": {
5+
"ecmaVersion": 2020,
6+
"sourceType": "module",
57
"ecmaFeatures": {
68
"binaryLiterals": false, // enable binary literals
79
"blockBindings": false, // enable let and const (aka block bindings)
@@ -22,6 +24,7 @@
2224
},
2325

2426
"env": {
27+
"es2020": true,
2528
"browser": false, // browser global variables.
2629
"node": false, // Node.js global variables and Node.js-specific rules.
2730
"amd": false, // defines require() and define() as global variables as per the amd spec.

0 commit comments

Comments
 (0)