[Vuejs]-Unexpected token, expected "," Eslint Typescript with Vue

0👍

I started putting packages that didn’t come with vue-cli 1 by 1 until I realized the problem was with babel-eslint. After removing it from package-json and unparse it from eslintrc the problem was solved

Leave a comment