Skip to content

Commit

Permalink
Merge pull request #455 from OfficeDev/fix-lint-release
Browse files Browse the repository at this point in the history
fix: eslint error during spfx sample app build package
  • Loading branch information
eriolchan authored Aug 9, 2022
2 parents 7acf37c + 584aa61 commit 3b5fac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todo-list-SPFx/SPFx/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require('@rushstack/eslint-config/patch/modern-module-resolution');
"@microsoft/spfx/no-async-await": "off",
"@typescript-eslint/typedef": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-explicit-any": "off",
"react/jsx-no-bind": "off"
}
};

0 comments on commit 3b5fac4

Please sign in to comment.