Newer
Older
smartKitchenFront / tests / e2e / .eslintrc.js
liuyangyingjie on 26 Oct 2022 145 bytes first commit
module.exports = {
  plugins: [
    'cypress'
  ],
  env: {
    mocha: true,
    'cypress/globals': true
  },
  rules: {
    strict: 'off'
  }
}