Skip to content

Commit d21209f

Browse files
authored
chore: enable linting for previously ignored file (#4481)
1 parent 3cd2147 commit d21209f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .eslintignore

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
static/legacy/
33
external/
44
build/
5-
# Top level await isn't supported till ESLint 8
6-
locale/en/blog/release/v17.0.0.md

Diff for: .eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"files": [
2525
"**/*.md/*.js"
2626
],
27+
"parserOptions": {
28+
"ecmaVersion": "latest"
29+
},
2730
"rules": {
2831
"eqeqeq": "off",
2932
"no-const-assign": "off",

0 commit comments

Comments
 (0)