Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Jan 14, 2025
1 parent d0aef63 commit 347d65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const lodashPlugin = require('eslint-plugin-lodash');
const mochaPlugin = require('eslint-plugin-mocha');
const prettierPluginRecommended = require('eslint-plugin-prettier/recommended');
const securityPlugin = require('eslint-plugin-security');
const botbulderPlugin = require('./tools/eslint/plugins/botbuilder');
const botbuilderPlugin = require('./tools/eslint/plugins/botbuilder');

module.exports = [
// Base configurations.
botbulderPlugin.configs.processors.disableLine({
botbuilderPlugin.configs.processors.disableLine({
'import/no-extraneous-dependencies': [/@microsoft\/recognizers-text/],
}),
eslint.configs.recommended,
Expand Down

0 comments on commit 347d65b

Please sign in to comment.