linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

eslintrc not working #84

Open ssmlee04 opened 8 years ago

ssmlee04 commented 8 years ago

since eslintrc will read package.json so for files inside packages folder eslintrc will fail to run. Is there a recommended solution for this?

ssmlee04 commented 8 years ago

I tried to change line 43 in lib/core_modules/module/search.js where package.json will become pack.son and package.json in all folders to become pack.json. This works for the express server part everything works the same but for the front-end part Angular would fail to integrate for some reason.