Skip to content

feat: support package.yaml and package.json5#1799

Merged
zkochan merged 12 commits intomasterfrom
feat/1100
May 1, 2019
Merged

feat: support package.yaml and package.json5#1799
zkochan merged 12 commits intomasterfrom
feat/1100

Conversation

@zkochan
Copy link
Member

@zkochan zkochan commented Apr 28, 2019

close #1100

  • preserve indentation
  • make it work in monorepo
  • only write the manifest file if it has changes

@zkochan zkochan force-pushed the feat/1100 branch 2 times, most recently from 658c23e to c4fb46f Compare April 29, 2019 12:39
@zkochan
Copy link
Member Author

zkochan commented Apr 30, 2019

@octogonz I just noticed you in json5 repo json5/json5#190. Probably this feature will be interesting to you

@octogonz
Copy link
Member

octogonz commented May 1, 2019

Thanks! I added some thoughts to #1100

@zkochan zkochan added this to the v3.3 milestone May 1, 2019
Mohstarclassnet

This comment was marked as spam.

@yousufmirpro

This comment was marked as spam.

@jg1366028-max
Copy link

BALANCE_REPORT.xlsx

@khaledsrouri998-blip
Copy link

Thank you for the update

@hakornyutt-create
Copy link

cat > .prettierrc <<'EOF'
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "lf"
}
EOF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support package.yaml

9 participants