wrappid / wrappid-module

A boilerplate module built to be used with Wrappid framework projects, which enables simultaneous development of frontend and backend
https://www.github.com/wrappid
MIT License
11 stars 1 forks source link

enhancement: linting implementation #2

Closed saifalamkhan373 closed 8 months ago

saifalamkhan373 commented 1 year ago

Linting implementation with

1) .eslintrc.js configuration 2) npm scripts in package.json

"code:lint": "eslint --ignore-path .gitignore .",
"code:format": "npm run code:lint -- --fix .",
techoneel commented 1 year ago

Linting fixed with 79d159ac739c651e50d89b9549aed6bb4fe57952

techoneel commented 8 months ago

linting problems in service

techoneel commented 8 months ago

closing this issue since the basic implementation for both app and service is completed.