Skip to content

Commit c47475d

Browse files
committed
Disable lint rule via directive
1 parent 4c0262c commit c47475d

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/plot/unicode/stemleaf/examples

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/plot/unicode/stemleaf/examples/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable array-element-newline */
20+
1921
'use strict';
2022

2123
var StemLeaf = require( './../lib' );

0 commit comments

Comments
 (0)