aspnetcore-Vue-starter icon indicating copy to clipboard operation
aspnetcore-Vue-starter copied to clipboard

Lint error when there is no json

Open poganytamas opened this issue 6 years ago • 0 comments

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",

poganytamas avatar Aug 31 '19 04:08 poganytamas