Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit f871231

Browse files
committedFeb 15, 2021
style: fix index import
1 parent 5142173 commit f871231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

33
module.exports = {
4-
...require('./'),
4+
...require('.'),
55
trailingComma: 'all'
66
};

0 commit comments

Comments
 (0)