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);
私が期待するようにそれを分割していないところ。これは正常ですか?