Skip to content

Commit

Permalink
Updated ESLint ignore entries in the example's package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnekbytes authored and fcollonval committed Nov 12, 2023
1 parent 1fd0fe3 commit db01f2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toparea-text-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@
"node_modules",
"dist",
"coverage",
"**/*.d.ts"
"**/*.d.ts",
"tests",
"**/__tests__",
"ui-tests"
],
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit db01f2f

Please sign in to comment.