sszczep / chrome-extension-webpack

Get started with Chrome extensions development using webpack, TypeScript, Sass, and more.
MIT License
286 stars 47 forks source link

fix: correctly apply prettier script #4

Open Traunin opened 4 months ago

Traunin commented 4 months ago

Previously, running npm run prettier would show help in the terminal rather than format the files. This is because the directory was not specified in the prettier script. Providing the directory fixes the problem and the script correctly formats the files.