codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
28 stars 25 forks source link

Issue 368/fix-eslint-prettier-windows #369

Closed leekahung closed 1 year ago

leekahung commented 1 year ago

name: 'Replacing single with double quotes in package.json' about: 'Fixing node script in package.json for ESLint and Prettier'

Replacing single with double quotes in package.json


This PR:

1. Fixes package.json script for ESLint and Prettier for Windows, it does this by replacing the single quotes with back slash double quotes \"


The files this PR effects:

package.json


Screenshots (if applicable):

See Issue #368