Skip to content

Commit

Permalink
Remove configuration dependency on tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
millerds committed Apr 29, 2024
1 parent 1f599fa commit 3f82a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin-office-addins/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
ecmaFeatures: {
jsx: true,
},
project: "./tsconfig.json",
},
extends: ["eslint:recommended", "prettier"],
rules: {
Expand Down

0 comments on commit 3f82a23

Please sign in to comment.