creativetimofficial / vuetify-material-dashboard

Vuetify Material Dashboard - Open Source Material Design Admin by Creative Tim
https://www.creative-tim.com/product/vuetify-material-dashboard
MIT License
1.32k stars 959 forks source link

how to unactivate eslint ? #58

Closed cococococococo closed 4 years ago

cococococococo commented 4 years ago

I constantly get some errors for stupid spacing issue, how to unactivate eslint ?

johnleider commented 4 years ago

Remove the .eslintrc file and all references to eslint in the package.json file. Once complete, run yarn in your console; or npm if you are using it (you shouldn't be 😄)