Skip to content

Commit e3e3d25

Browse files
chore: fix JavaScript lint errors
PR-URL: #8897 Closes: #8894 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 05b76f2 commit e3e3d25

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-data-property-in/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-data-property-in/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable object-curly-newline */
19+
/* eslint-disable object-curly-newline, stdlib/eol-open-bracket-spacing */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)