From 4e733b7b48cad18d0b43dcd0da2b6237288e2bbc Mon Sep 17 00:00:00 2001 From: xiaohuoni <448627663@qq.com> Date: Wed, 27 Mar 2019 15:55:27 +0800 Subject: [PATCH] remove surplus file --- Exception403/tsconfig.json | 26 ----------- Exception403/tslint.yml | 95 -------------------------------------- Exception403/typings.d.ts | 12 ----- Exception404/tsconfig.json | 26 ----------- Exception404/tslint.yml | 95 -------------------------------------- Exception404/typings.d.ts | 12 ----- 6 files changed, 266 deletions(-) delete mode 100644 Exception403/tsconfig.json delete mode 100644 Exception403/tslint.yml delete mode 100644 Exception403/typings.d.ts delete mode 100644 Exception404/tsconfig.json delete mode 100644 Exception404/tslint.yml delete mode 100644 Exception404/typings.d.ts diff --git a/Exception403/tsconfig.json b/Exception403/tsconfig.json deleted file mode 100644 index b753726e..00000000 --- a/Exception403/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "outDir": "build/dist", - "module": "esnext", - "target": "esnext", - "lib": ["esnext", "dom"], - "sourceMap": true, - "baseUrl": ".", - "jsx": "react", - "allowSyntheticDefaultImports": true, - "moduleResolution": "node", - "rootDirs": ["/src", "/test", "/mock", "./typings"], - "forceConsistentCasingInFileNames": true, - "noImplicitReturns": true, - "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true, - "allowJs": true, - "experimentalDecorators": true, - "strict": true, - "paths": { - "@/*": ["./src/*"] - } - }, - "include": ["."], - "exclude": ["node_modules", "_scripts", "jest", "tslint:latest", "tslint-config-prettier"] -} diff --git a/Exception403/tslint.yml b/Exception403/tslint.yml deleted file mode 100644 index a3e95faf..00000000 --- a/Exception403/tslint.yml +++ /dev/null @@ -1,95 +0,0 @@ -defaultSeverity: error -extends: - - tslint-react - - tslint-eslint-rules - - tslint-config-prettier -jsRules: -rules: - class-name: true - eofline: true - forin: true - jsdoc-format: false - label-position: true - member-ordering: - - true - - order: statics-first - new-parens: true - no-arg: true - no-bitwise: true - no-conditional-assignment: true - no-consecutive-blank-lines: true - no-console: - - true - - debug - - info - - log - - time - - timeEnd - - trace - - warn - no-construct: true - no-debugger: true - no-duplicate-variable: true - no-eval: true - no-internal-module: true - no-multi-spaces: true - no-namespace: true - no-reference: true - no-shadowed-variable: true - no-string-literal: true - no-trailing-whitespace: true - no-unused-expression: true - no-var-keyword: true - one-variable-per-declaration: - - true - - ignore-for-loop - prefer-const: - - true - - destructuring: all - radix: true - space-in-parens: true - switch-default: true - trailing-comma: - - true - - singleline: never - multiline: always - esSpecCompliant: true - triple-equals: - - true - - allow-null-check - typedef-whitespace: - - true - - call-signature: nospace - index-signature: nospace - parameter: nospace - property-declaration: nospace - variable-declaration: nospace - - call-signature: onespace - index-signature: onespace - parameter: onespace - property-declaration: onespace - variable-declaration: onespace - use-isnan: true - variable-name: - - true - - allow-leading-underscore - - ban-keywords - - check-format - - allow-pascal-case - jsx-no-lambda: false - jsx-no-string-ref: false - jsx-boolean-value: - - true - - never - jsx-no-multiline-js: false - whitespace: - - true - - check-branch - - check-decl - - check-operator - - check-module - - check-separator - - check-rest-spread - - check-type - - check-type-operator - - check-preblock diff --git a/Exception403/typings.d.ts b/Exception403/typings.d.ts deleted file mode 100644 index 31596c27..00000000 --- a/Exception403/typings.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module '*.css'; -declare module '*.less'; -declare module '*.scss'; -declare module '*.sass'; -declare module '*.svg'; -declare module '*.png'; -declare module '*.jpg'; -declare module '*.jpeg'; -declare module '*.gif'; -declare module '*.bmp'; -declare module '*.tiff'; -declare var APP_TYPE: string; diff --git a/Exception404/tsconfig.json b/Exception404/tsconfig.json deleted file mode 100644 index b753726e..00000000 --- a/Exception404/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "outDir": "build/dist", - "module": "esnext", - "target": "esnext", - "lib": ["esnext", "dom"], - "sourceMap": true, - "baseUrl": ".", - "jsx": "react", - "allowSyntheticDefaultImports": true, - "moduleResolution": "node", - "rootDirs": ["/src", "/test", "/mock", "./typings"], - "forceConsistentCasingInFileNames": true, - "noImplicitReturns": true, - "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true, - "allowJs": true, - "experimentalDecorators": true, - "strict": true, - "paths": { - "@/*": ["./src/*"] - } - }, - "include": ["."], - "exclude": ["node_modules", "_scripts", "jest", "tslint:latest", "tslint-config-prettier"] -} diff --git a/Exception404/tslint.yml b/Exception404/tslint.yml deleted file mode 100644 index a3e95faf..00000000 --- a/Exception404/tslint.yml +++ /dev/null @@ -1,95 +0,0 @@ -defaultSeverity: error -extends: - - tslint-react - - tslint-eslint-rules - - tslint-config-prettier -jsRules: -rules: - class-name: true - eofline: true - forin: true - jsdoc-format: false - label-position: true - member-ordering: - - true - - order: statics-first - new-parens: true - no-arg: true - no-bitwise: true - no-conditional-assignment: true - no-consecutive-blank-lines: true - no-console: - - true - - debug - - info - - log - - time - - timeEnd - - trace - - warn - no-construct: true - no-debugger: true - no-duplicate-variable: true - no-eval: true - no-internal-module: true - no-multi-spaces: true - no-namespace: true - no-reference: true - no-shadowed-variable: true - no-string-literal: true - no-trailing-whitespace: true - no-unused-expression: true - no-var-keyword: true - one-variable-per-declaration: - - true - - ignore-for-loop - prefer-const: - - true - - destructuring: all - radix: true - space-in-parens: true - switch-default: true - trailing-comma: - - true - - singleline: never - multiline: always - esSpecCompliant: true - triple-equals: - - true - - allow-null-check - typedef-whitespace: - - true - - call-signature: nospace - index-signature: nospace - parameter: nospace - property-declaration: nospace - variable-declaration: nospace - - call-signature: onespace - index-signature: onespace - parameter: onespace - property-declaration: onespace - variable-declaration: onespace - use-isnan: true - variable-name: - - true - - allow-leading-underscore - - ban-keywords - - check-format - - allow-pascal-case - jsx-no-lambda: false - jsx-no-string-ref: false - jsx-boolean-value: - - true - - never - jsx-no-multiline-js: false - whitespace: - - true - - check-branch - - check-decl - - check-operator - - check-module - - check-separator - - check-rest-spread - - check-type - - check-type-operator - - check-preblock diff --git a/Exception404/typings.d.ts b/Exception404/typings.d.ts deleted file mode 100644 index 31596c27..00000000 --- a/Exception404/typings.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module '*.css'; -declare module '*.less'; -declare module '*.scss'; -declare module '*.sass'; -declare module '*.svg'; -declare module '*.png'; -declare module '*.jpg'; -declare module '*.jpeg'; -declare module '*.gif'; -declare module '*.bmp'; -declare module '*.tiff'; -declare var APP_TYPE: string; -- GitLab