vue-format icon indicating copy to clipboard operation
vue-format copied to clipboard

indentation in script error

Open G33kNoob opened this issue 4 years ago • 0 comments

i get error because of double indent use this tool example please fix it


  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:210:1
              }],
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:211:1
              currentTab: 0,
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:212:1
              gigabalance: 0,
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:213:1
              btcestimation: 0,
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:214:1
              usdestimation: 0,
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 6 spaces but found 12  
  src/views/user/.vue:215:1
              ethestimation: 0
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 4 spaces but found 8   
  src/views/user/.vue:216:1
          }
   ^

  ✘  http://eslint.org/docs/rules/indent                       Expected indentation of 2 spaces but found 4   
  src/views/user/.vue:217:1
      }
   ^

G33kNoob avatar Dec 20 '19 04:12 G33kNoob