.eslintrc.js 49 Bytes
Newer Older
花裤衩's avatar
花裤衩 committed
1 2 3 4 5
module.exports = {
  env: {
    jest: true
  }
}