Blame view

node_modules/we-cropper/.eslintrc.yml 148 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
  extends: standard
  
  globals:
    __VERSION__: false
    wx: true
    getCurrentPages: false
    Page: false
    App: false
    getApp: false
  
  rules:
    no-tabs: 0