wrappid / settings-module

This module features flexible configuration management system for Wrappid applications. Easily handle app settings and user preferences with hierarchical configurations, multiple storage options, and secure data management. Streamline your app's customization process and enhance user experience with this scalable, developer-friendly module.
MIT License
9 stars 0 forks source link

enhancement: linting implementation #2

Closed saifalamkhan373 closed 1 year 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