Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Nov 14, 2024
1 parent 006bcf0 commit 9bd3c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions libraries/botbuilder-ai-luis/eslint.config.cjs

This file was deleted.

5 changes: 2 additions & 3 deletions libraries/botbuilder-ai-luis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,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 9bd3c7e

Please sign in to comment.