Skip to content

Commit a850f77

Browse files
committed
style: ignore strict mode
1 parent fb52d53 commit a850f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tonic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict';
1+
'use strict'; // eslint-disable-line
22

33
const CrawlKit = require('crawlkit');
44
const A11yDeveloperToolsRunner = require('crawlkit-runner-accessibility-developer-tools');

0 commit comments

Comments
 (0)