wrappid / app-builder-module

MIT License
11 stars 0 forks source link

enhancement: linting implementation #4

Closed techoneel closed 1 year ago

techoneel 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

This issues is implemented with the commit id 7edac4975764289e3a19b9e2d3becbd066566a67

techoneel commented 1 year ago

Linting fixed with 0292645c408903be9e72addf743db334ccd9709e by @anantakumarghosh