issues
search
ampproject
/
amp-toolbox
A collection of AMP tools making it easier to publish and host AMP pages.
Apache License 2.0
449
stars
243
forks
source link
Run format
#1202
Closed
samouri
closed
3 years ago
samouri
commented
3 years ago
summary
configures
npm run format
to respect the local configuration file. Also quotes the
**/*.{js,ts}
to force prettier to handle the globs instead of shell expansion. I was seeing an issue where it was too many files for my shell to process.
runs
npm run format
summary
npm run format
to respect the local configuration file. Also quotes the**/*.{js,ts}
to force prettier to handle the globs instead of shell expansion. I was seeing an issue where it was too many files for my shell to process.npm run format