aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
Lint error when there is no json
When using current lint settings in packages.json, eslint fails if there is no json file inside ClientApp folder. Correct way would be:
"lint": "eslint -c ./.eslintrc.js \"ClientApp/**/*.{js,vue,json}\" webpack*.js",