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

Commit

Permalink
style: fix index import
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 15, 2021
1 parent 5142173 commit f871231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prettier-config/trailing-comma.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

module.exports = {
...require('./'),
...require('.'),
trailingComma: 'all'
};

0 comments on commit f871231

Please sign in to comment.