Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bc45cd

Browse files
authoredNov 5, 2021
Enforce strict mode (#341)
1 parent 458b1ec commit 4bc45cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+127
-0
lines changed
 

‎create-ava-rule.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const {isDeepStrictEqual} = require('util');
24
const espurify = require('espurify');
35
const enhance = require('enhance-visitors');

‎index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const path = require('path');
24
const importModules = require('import-modules');
35

0 commit comments

Comments
 (0)
Please sign in to comment.