I am configuring eslint and am using the AirBNB style guide.
I want to over-ride the indent (supposed to be 2 spaces) to be 4 spaces. But no matter what I do within my .eslintrc I cannot get this error supressed so that I can use indentation of 4 spaces.
I have the message "Expected indentation of 2 spaces chatacters but found 4. (react/jsx-indent)" everywhere within my code base.
I am using eslint 4.9.0. How can I resolve this? Thanks.
Failed to compilebecause of one extra white space or indentation ):npm remove @vue/cli-plugin-eslint- Ezra Siton