Skip to content

Commit

Permalink
fix(editorconfig): remove extra comment (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Sep 7, 2022
1 parent 3819c11 commit f3d4919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
Expand Down
4 changes: 1 addition & 3 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ exports[`update "package.json" without fields 1`] = `
`;

exports[`write ".editorconfig" 1`] = `
"# EditorConfig is awesome: http://EditorConfig.org
root = true
"root = true
[*]
end_of_line = lf
Expand Down

0 comments on commit f3d4919

Please sign in to comment.