Skip to content

Commit

Permalink
Fix up formatting on main
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Apr 22, 2022
1 parent 42e4a90 commit 43b7ab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prettier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Gem::Specification.new do |spec|

spec.files =
Dir.chdir(__dir__) do
%w[LICENSE package.json rubocop.yml] +
Dir["{{exe,lib,src}/**/*,*.md}"] +
%w[LICENSE package.json rubocop.yml] + Dir["{{exe,lib,src}/**/*,*.md}"] +
Dir[
"node_modules/prettier/{package.json,index.js,cli.js,doc.js,bin-prettier.js,third-party.js,parser-*.js}"
]
Expand Down

0 comments on commit 43b7ab5

Please sign in to comment.