问题 I'm trying to make simple component. But when I click on ctrl + s it does this: warning and error is this: [eslint] Expected closing tag to match indentation of opening. (react/jsx-closing-tag-location) [eslint] Expected indentation of 4 space characters but found 2. (react/jsx-indent) my .eslintrc : { "extends": "airbnb", "parserOptions": { "ecmaFeatures": { "jsx": true, "experimentalObjectRestSpread": true } }, "rules": { "max-len": ["warn", 120], "indent": ["warn", 2], "react/jsx-indent":