botbuilder-js/libraries/botbuilder-ai-orchestrator
Jhonatan Sandoval Velasco cd6cf6f9f8
bump: Update ESLint packages and migrate to eslint.config.cjs files (#4776)
* update eslint configurations

* show only eslint warnings

* add dependencies

* removed unused imports and add only warn to every library

* move eslint-plugin-only-warn to the right place

* fix import errors

* remove files config

* Update eslint.config

* Remove blank line and spaces

---------

Co-authored-by: Joel Mut <joel.mut@southworks.com>
Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2024-10-29 09:04:25 -05:00
..
etc fix: [#4204] Fix remaining eslint warnings - final issues (#4240) 2022-06-15 15:40:15 -05:00
schemas OrchestratorAdaptiveRecognizer -> OrchestratorRecognizer (#3468) 2021-03-26 15:11:30 -07:00
src fix: [#4204] Fix remaining eslint warnings - final issues (#4240) 2022-06-15 15:40:15 -05:00
tests port: Prevent duplicate None labels from being added twice (#3952) 2021-10-12 14:02:46 -07:00
.gitignore Vishwac/orchestrator (#2654) 2020-08-12 19:30:38 -07:00
.nycrc Vishwac/orchestrator (#2654) 2020-08-12 19:30:38 -07:00
LICENSE Add LICENCE to libraries (#4169) 2022-03-21 17:43:03 -04:00
README.md README for Orchestrator package library folder (#3754) 2021-06-16 10:07:25 -07:00
api-extractor.json chore: add test:compat to CI tests (#3691) 2021-05-19 15:21:39 -07:00
eslint.config.cjs bump: Update ESLint packages and migrate to eslint.config.cjs files (#4776) 2024-10-29 09:04:25 -05:00
package.json bump: Update ESLint packages and migrate to eslint.config.cjs files (#4776) 2024-10-29 09:04:25 -05:00
tsconfig.json fix: eslint settings, lint errors (#3348) 2021-03-05 13:35:12 -08:00

README.md

Microsoft.Bot.Builder.AI.Orchestrator

The Orchestrator package contains Bot Framework recognizer for detecting and routing user intents.

See Also