diff --git a/lib/node_modules/@stdlib/assert/is-data-property-in/examples/index.js b/lib/node_modules/@stdlib/assert/is-data-property-in/examples/index.js index 21e39e825a6a..4aeb59c449c9 100644 --- a/lib/node_modules/@stdlib/assert/is-data-property-in/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-data-property-in/examples/index.js @@ -16,7 +16,7 @@ * limitations under the License. */ -/* eslint-disable object-curly-newline */ +/* eslint-disable object-curly-newline, stdlib/eol-open-bracket-spacing */ 'use strict';