Closed nikhilraojl closed 1 year ago
Can ignore additional files if preferred.
@nikhilraojl I have to ask you some improvements:
css/styles/*
. This is a third party folder used by highlight library;
at the end of all js instructions ?'
instead of double quote "
?<a>
is formatted here https://github.com/mirkoperillo/resting/pull/189/files#r1206747282Thank you so much for your help, I very appreciate it.
@mirkoperillo
src/css/*
except src/css/resting.css
;
are removed'
from double quotes "
.prettierrc
the config file and .prettierignore
files<a>
like formatting from the earlier changeI am not sure where to add README instructions so I wrote them below. Please suggest changes and where to include the instructions.
Instructions for vscode(These options should be similar if you are using a different editor)
prettier
for code formatting, kindly run this formatter before pushing any changesprettier
extension and set it as default formatterformat document with
option or turn on format on save
option to automatically format files when savedprettier cli
(instructions here) and use command prettier --write src
to format files with single command@nikhilraojl good work
I am not sure where to add README instructions so I wrote them below. Please suggest changes and where to include the instructions.
I think a good place could be Project Setup section of https://github.com/mirkoperillo/resting/blob/master/CONTRIBUTING.md
I think a good place could be Project Setup section of https://github.com/mirkoperillo/resting/blob/master/CONTRIBUTING.md
Updated CONTRIBUTING.md
Ignored:
Closes #187