選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

11 行
138 B

  1. module.exports = {
  2. plugins: ["cypress"],
  3. env: {
  4. mocha: true,
  5. "cypress/globals": true
  6. },
  7. rules: {
  8. strict: "off"
  9. }
  10. };