There was an error while loading. Please reload this page.
1 parent 0d412a2 commit 546bb24Copy full SHA for 546bb24
example-apps/workplace-search-reference-app/app-ui/.eslintrc.json
@@ -0,0 +1,19 @@
1
+{
2
+ "env": {
3
+ "browser": true,
4
+ "es2021": true
5
+ },
6
+ "overrides": [
7
+ {
8
+ "files": ["*.ts", "*.tsx"],
9
+ "extends": [
10
+ "plugin:@typescript-eslint/eslint-recommended",
11
+ "plugin:@typescript-eslint/recommended"
12
+ ],
13
+ "parser": "@typescript-eslint/parser",
14
+ "plugins": ["@typescript-eslint"]
15
+ }
16
17
+ "plugins": ["react", "react-hooks"],
18
+ "rules": {}
19
+}
0 commit comments