Skip to content

Commit

Permalink
fix: disable linting on test for render html
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Nov 18, 2020
1 parent d97adb2 commit 50688d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/renderHtml.js
@@ -1,3 +1,4 @@
/* eslint-disable */
const fs = require('fs');
const path = require('path');
const should = require('should');
Expand Down

0 comments on commit 50688d4

Please sign in to comment.