Newer
Older
sxFront / tests / e2e / .eslintrc.js
[wangxitong] on 29 Sep 2021 145 bytes first commit
module.exports = {
  plugins: [
    'cypress'
  ],
  env: {
    mocha: true,
    'cypress/globals': true
  },
  rules: {
    strict: 'off'
  }
}