Merge branch 'main' into avm99963-monorail
Merged commit 4137ed7879acadbf891e8c471108acb874dae886.
GitOrigin-RevId: b6100ffc5b1da355a35f37b13fcaaf746ee8b307
diff --git a/.eslintrc.json b/.eslintrc.json
index 7b0e283..303fc5f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,7 +9,8 @@
],
"plugins": ["react", "css-modules", "jsx-a11y", "@typescript-eslint"],
"env": {
- "es6": true
+ "es6": true,
+ "browser": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
@@ -39,4 +40,4 @@
}
}
]
-}
\ No newline at end of file
+}