PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

Add package.json file to execute json-align and eslint #1192

Closed madoar closed 4 years ago

madoar commented 4 years ago

This PR allows to execute eslint and json-align through the following commands:

npm install

npm run lint
npm run json-align
plata commented 4 years ago

Should we update the documentation to use npm run instead of eslint and json-align directly?

madoar commented 4 years ago

I think it would be a good idea. Especially because the you don't need to pass any parameters

plata commented 4 years ago

Can you do it?

plata commented 4 years ago

Please wait until we checked the GitHub action before merging this.