Skip to content

Commit f843ed4

Browse files
committed
style: disable lint rule
1 parent 83e6761 commit f843ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/vega/title/ctor/lib

lib/node_modules/@stdlib/plot/vega/title/ctor/lib/main.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 no-restricted-syntax, no-invalid-this */
19+
/* eslint-disable no-restricted-syntax, no-invalid-this, stdlib/no-empty-lines-between-requires */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)