Outlook_Addin_LLM/.eslintrc.json

9 lines
96 B
JSON

{
"plugins": [
"office-addins"
],
"extends": [
"plugin:office-addins/react"
]
}