소스 검색

Merge branch 'dev-5.2' of Software/android-cloud-H5 into master-new

heyang 3 년 전
부모
커밋
eb58b9dcfc
4개의 변경된 파일1236개의 추가작업 그리고 1030개의 파일을 삭제
  1. 13 0
      .editorconfig
  2. 11 0
      .eslintrc.js
  3. 5 0
      .prettierrc
  4. 1207 1030
      screenIos/WXtrialInterface.html

+ 13 - 0
.editorconfig

@@ -0,0 +1,13 @@
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false

+ 11 - 0
.eslintrc.js

@@ -0,0 +1,11 @@
+module.exports = {
+  root: true,
+  env: {
+    browser: true,
+    node: true,
+  },
+  extends: ['plugin:prettier/recommended'],
+  plugins: [],
+  // add your custom rules here
+  rules: {},
+};

+ 5 - 0
.prettierrc

@@ -0,0 +1,5 @@
+{
+  "semi": true,
+  "singleQuote": true,
+  "trailingComma": "all"
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1207 - 1030
screenIos/WXtrialInterface.html