Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 jscs --preset=airbnb --fix 来帮助我进行格式化。我正在尝试超过 100 个字符的行,例如 router.post('/api/v1/words/dailyTotals/', middleware.requireAuthentication, controllers.dailyTotal.create);
router.post('/api/v1/words/dailyTotals/', middleware.requireAuthentication, controllers.dailyTotal.create);
它没有像我预期的那样分裂它。这是正常的吗?