1
我一直是Standard的長期用戶,現在我正在開發一個新項目,我被要求開始編寫分號。xo lint error:`document` is not defined
我試圖同時使用XO,巴貝爾和反應,但是當我嘗試皮棉我的代碼,我不斷收到一個錯誤: document is not defined. no-undef
我嘗試添加在env
選項給xo
場我的package.json文件,但沒有成功。
我xo
配置:
"xo": {
"esnext": true,
"extends": "xo-react",
"space": true,
"rules": {
"react/jsx-space-before-closing": 0
}
}