编译的时候终端一直报错 ^ Please use space for indentation.
环境: wepy 2.0.0-alpha.2
Observed Results
[实际表现]
[期望表现]
不报错
Relevant Code / Logs
Contributor guide
Tech stack
javascript
Domain
frontendbuild system
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
basic understanding of wepy
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Investigate the wepy compile configuration and ESLint settings for indentation. Check the project's .eslintrc or wepy.config.js for indentation rules. The error suggests that tabs are used when spaces are expected. Look at the wepy source code for indentation checking logic.