Skip to content

Commit

Permalink
Run prettier on the whole project
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Feb 5, 2022
1 parent f0eef8b commit d302086
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _Contributors welcome!_
The repository is organized as follows:

- **style/** - The map style. See [Style Contributor's Guide](style/CONTRIBUTE.md)
- **dev/** - Development tools used for style development. See [Style Developer Tools](dev/README.md)
- **dev/** - Development tools used for style development. See [Style Developer Tools](dev/README.md)
- _Coming soon! Other customized parts of the tech stack._

Some general guidelines:
Expand Down
1 change: 0 additions & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ The highway shield [color palette](americana.gpl) can be imported into Inkscape
3. Import [americana.gpl](americana.gpl).
4. Restart Inkscape.
5. Click the ◀ button to the right of the color palette strip at the bottom of the window (or in the top-right corner of the Color Palette panel), then choose americana.gpl from the menu.

2 changes: 1 addition & 1 deletion style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"config": "cp config.default.js config.js",
"code_format": "npx prettier --write .",
"code_format": "npx prettier --write ..",
"clean": "rm -rf sprites",
"presprites": "npm run clean",
"sprites": "mkdir -p sprites && npx spritezero sprites/sprite@2x icons/ --retina && npx spritezero sprites/sprite icons/",
Expand Down

0 comments on commit d302086

Please sign in to comment.