Open poganytamas opened 5 years ago
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",
When using current lint settings in packages.json, eslint fails if there is no json file inside ClientApp folder. Correct way would be: