Skip to content

Commit

Permalink
update snapshot, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Oct 4, 2024
1 parent e5a81b6 commit cbe9ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"max-classes-per-file": 0,
"quote-props": [1, "as-needed"],
"no-unused-vars": [1, {"vars": "local", "args": "none"}],
"consistent-return": ["error", { "treatUndefinedAsUnspecified": true}],
"consistent-return": ["error", { "treatUndefinedAsUnspecified": true }],
"no-param-reassign": [2, { "props": false }],
"react/self-closing-comp": ["error", {
"component": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ exports[`<Sketchlist /> snapshot testing 1`] = `
</button>
</th>
<th
aria-label="dropdown"
scope="col"
/>
</tr>
Expand Down

0 comments on commit cbe9ec6

Please sign in to comment.