Skip to content

Commit 84d2d83

Browse files
add plugin
1 parent 44df10b commit 84d2d83

File tree

1 file changed

+4
-1
lines changed
  • src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp

1 file changed

+4
-1
lines changed

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"parserOptions": {
44
"ecmaVersion": 6,
55
"sourceType": "module"
6-
}
6+
},
7+
"plugins": [
8+
"@typescript-eslint"
9+
]
710
}

0 commit comments

Comments
 (0)