Skip to content

Commit

Permalink
fix: Remove ESLint config file in bobuilder-ai-qna (#4829)
Browse files Browse the repository at this point in the history
* remove useless config file

* remove eslint-plugin-only-warn
  • Loading branch information
JhontSouth authored Jan 6, 2025
1 parent cf79813 commit 228ca6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions libraries/botbuilder-ai-qna/eslint.config.cjs

This file was deleted.

5 changes: 2 additions & 3 deletions libraries/botbuilder-ai-qna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
}
},
"dependencies": {
"botbuilder-ai": "4.1.6",
"eslint-plugin-only-warn": "^1.1.0"
"botbuilder-ai": "4.1.6"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
"depcheck": "depcheck --config ../../.depcheckrc",
"lint": "eslint .",
"lint": "eslint . --config ../../eslint.config.cjs",
"postbuild": "downlevel-dts lib _ts3.4/lib --checksum"
},
"files": [
Expand Down

0 comments on commit 228ca6e

Please sign in to comment.