Using eslint + prettier gives me unexpected token error 'Book'

前端 未结 0 1543
我寻月下人不归
我寻月下人不归 2020-12-07 00:18
const Book = require(\'../models/bookModel\');

const catchAsync = require(\'../utils/catchAsync\');

const getBook = catchAsync((req, res, next) => {
  const boo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题