diff --git a/snapshots/angular-index.abstract.ts.json b/snapshots/angular-index.abstract.ts.json index fcbf5f7..61b24bd 100644 --- a/snapshots/angular-index.abstract.ts.json +++ b/snapshots/angular-index.abstract.ts.json @@ -793,51 +793,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "jest/valid-title": [ "error" ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], @@ -847,433 +802,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "comma-dangle": [ + "babel/object-curly-spacing": [ "off" ], - "comma-style": [ + "babel/semi": [ "off" ], - "computed-property-spacing": [ + "flowtype/boolean-style": [ "off" ], - "dot-location": [ + "flowtype/delimiter-dangle": [ "off" ], - "eol-last": [ + "flowtype/generic-spacing": [ "off" ], - "function-call-argument-newline": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "function-paren-newline": [ + "flowtype/object-type-delimiter": [ "off" ], - "generator-star-spacing": [ + "flowtype/quotes": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/semi": [ "off" ], - "jsx-quotes": [ + "flowtype/space-after-type-colon": [ "off" ], - "key-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "keyword-spacing": [ + "flowtype/space-before-type-colon": [ "off" ], - "linebreak-style": [ + "flowtype/union-intersection-spacing": [ "off" ], - "max-statements-per-line": [ + "react/jsx-child-element-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-closing-bracket-location": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-closing-tag-location": [ "off" ], - "new-parens": [ + "react/jsx-curly-newline": [ "off" ], - "no-floating-decimal": [ + "react/jsx-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-equals-spacing": [ "off" ], - "no-multi-spaces": [ + "react/jsx-first-prop-new-line": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-indent": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-indent-props": [ "off" ], - "no-whitespace-before-property": [ + "react/jsx-max-props-per-line": [ "off" ], - "nonblock-statement-body-position": [ + "react/jsx-newline": [ "off" ], - "object-curly-newline": [ + "react/jsx-one-expression-per-line": [ "off" ], - "object-curly-spacing": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "object-property-newline": [ + "react/jsx-tag-spacing": [ "off" ], - "one-var-declaration-per-line": [ + "react/jsx-wrap-multilines": [ "off" ], - "operator-linebreak": [ + "standard/array-bracket-even-spacing": [ "off" ], - "padded-blocks": [ + "standard/computed-property-even-spacing": [ "off" ], - "quote-props": [ + "standard/object-curly-even-spacing": [ "off" ], - "rest-spread-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "semi-spacing": [ + "unicorn/no-nested-ternary": [ "off" ], - "semi-style": [ + "unicorn/number-literal-case": [ "off" ], - "space-before-blocks": [ + "vue/array-bracket-newline": [ "off" ], - "space-in-parens": [ + "vue/array-bracket-spacing": [ "off" ], - "space-unary-ops": [ + "vue/array-element-newline": [ "off" ], - "switch-colon-spacing": [ + "vue/arrow-spacing": [ "off" ], - "template-curly-spacing": [ + "vue/block-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/block-tag-newline": [ "off" ], - "wrap-iife": [ + "vue/brace-style": [ "off" ], - "wrap-regex": [ + "vue/comma-dangle": [ "off" ], - "yield-star-spacing": [ + "vue/comma-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/comma-style": [ "off" ], - "@babel/semi": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-end-tags": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-indent": [ "off" ], - "babel/semi": [ + "vue/html-quotes": [ "off" ], - "flowtype/boolean-style": [ + "vue/key-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/quotes": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/semi": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-curly-newline": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-indent": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent-props": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-max-props-per-line": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-newline": [ + "generator-star": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-comma-dangle": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-reserved-keys": [ "off" ], - "react/jsx-tag-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-wrap-multilines": [ + "no-wrap-func": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-after-function-name": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/object-curly-even-spacing": [ + "space-in-brackets": [ "off" ], - "unicorn/empty-brace-spaces": [ + "no-arrow-condition": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-after-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-before-keywords": [ "off" ], - "vue/array-bracket-newline": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-spacing": [ + "no-spaced-func": [ "off" ], - "vue/array-element-newline": [ + "indent-legacy": [ "off" ], - "vue/arrow-spacing": [ + "array-bracket-newline": [ "off" ], - "vue/block-spacing": [ + "array-bracket-spacing": [ "off" ], - "vue/block-tag-newline": [ + "array-element-newline": [ "off" ], - "vue/brace-style": [ + "arrow-parens": [ "off" ], - "vue/comma-dangle": [ + "arrow-spacing": [ "off" ], - "vue/comma-spacing": [ + "block-spacing": [ "off" ], - "vue/comma-style": [ + "comma-dangle": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "function-call-argument-newline": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "jsx-quotes": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "linebreak-style": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/no-extra-parens": [ + "multiline-ternary": [ "off" ], - "vue/no-multi-spaces": [ + "new-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "newline-per-chained-call": [ "off" ], - "vue/object-curly-newline": [ + "no-confusing-arrow": [ + 0 + ], + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "nonblock-statement-body-position": [ "off" ], - "vue/space-in-parens": [ + "object-curly-newline": [ "off" ], - "vue/space-infix-ops": [ + "object-curly-spacing": [ "off" ], - "vue/space-unary-ops": [ + "object-property-newline": [ "off" ], - "vue/template-curly-spacing": [ + "one-var-declaration-per-line": [ "off" ], - "generator-star": [ + "operator-linebreak": [ "off" ], - "indent-legacy": [ + "padded-blocks": [ "off" ], - "no-arrow-condition": [ + "quote-props": [ "off" ], - "no-comma-dangle": [ + "rest-spread-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-spacing": [ "off" ], - "no-space-before-semi": [ + "semi-style": [ "off" ], - "no-spaced-func": [ + "space-before-blocks": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/angular-index.html.json b/snapshots/angular-index.html.json index 9926346..c83e3db 100644 --- a/snapshots/angular-index.html.json +++ b/snapshots/angular-index.html.json @@ -844,9 +844,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "curly": [ 0 ], - "no-tabs": [ - 0 - ], "@typescript-eslint/lines-around-comment": [ 0 ], @@ -856,475 +853,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-element-newline": [ + "@babel/semi": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/brace-style": [ "off" ], - "block-spacing": [ + "@typescript-eslint/comma-dangle": [ "off" ], - "brace-style": [ + "@typescript-eslint/comma-spacing": [ "off" ], - "comma-dangle": [ + "@typescript-eslint/func-call-spacing": [ "off" ], - "comma-spacing": [ + "@typescript-eslint/indent": [ "off" ], - "comma-style": [ + "@typescript-eslint/key-spacing": [ "off" ], - "computed-property-spacing": [ + "@typescript-eslint/keyword-spacing": [ "off" ], - "dot-location": [ + "@typescript-eslint/member-delimiter-style": [ "off" ], - "eol-last": [ + "@typescript-eslint/no-extra-parens": [ "off" ], - "func-call-spacing": [ + "@typescript-eslint/no-extra-semi": [ "off" ], - "function-paren-newline": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "generator-star-spacing": [ + "@typescript-eslint/semi": [ "off" ], - "implicit-arrow-linebreak": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "indent": [ + "@typescript-eslint/space-before-function-paren": [ "off" ], - "key-spacing": [ + "@typescript-eslint/space-infix-ops": [ "off" ], - "keyword-spacing": [ + "@typescript-eslint/type-annotation-spacing": [ "off" ], - "max-statements-per-line": [ + "babel/object-curly-spacing": [ "off" ], - "newline-per-chained-call": [ + "babel/semi": [ "off" ], - "new-parens": [ + "flowtype/boolean-style": [ "off" ], - "no-extra-parens": [ + "flowtype/delimiter-dangle": [ "off" ], - "no-extra-semi": [ + "flowtype/generic-spacing": [ "off" ], - "no-floating-decimal": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "flowtype/object-type-delimiter": [ "off" ], - "no-multi-spaces": [ + "flowtype/quotes": [ "off" ], - "no-multiple-empty-lines": [ + "flowtype/semi": [ "off" ], - "no-trailing-spaces": [ + "flowtype/space-after-type-colon": [ "off" ], - "no-whitespace-before-property": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "object-curly-newline": [ + "flowtype/space-before-type-colon": [ "off" ], - "object-curly-spacing": [ + "flowtype/union-intersection-spacing": [ "off" ], - "object-property-newline": [ + "react/jsx-child-element-spacing": [ "off" ], - "operator-linebreak": [ + "react/jsx-closing-bracket-location": [ "off" ], - "padded-blocks": [ + "react/jsx-closing-tag-location": [ "off" ], - "quote-props": [ + "react/jsx-curly-newline": [ "off" ], - "rest-spread-spacing": [ + "react/jsx-curly-spacing": [ "off" ], - "semi": [ + "react/jsx-equals-spacing": [ "off" ], - "semi-spacing": [ + "react/jsx-first-prop-new-line": [ "off" ], - "semi-style": [ + "react/jsx-indent": [ "off" ], - "space-before-blocks": [ + "react/jsx-indent-props": [ "off" ], - "space-before-function-paren": [ + "react/jsx-max-props-per-line": [ "off" ], - "space-in-parens": [ + "react/jsx-newline": [ "off" ], - "space-infix-ops": [ + "react/jsx-one-expression-per-line": [ "off" ], - "space-unary-ops": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "switch-colon-spacing": [ + "react/jsx-tag-spacing": [ "off" ], - "template-curly-spacing": [ + "react/jsx-wrap-multilines": [ "off" ], - "template-tag-spacing": [ + "standard/array-bracket-even-spacing": [ "off" ], - "wrap-iife": [ + "standard/computed-property-even-spacing": [ "off" ], - "yield-star-spacing": [ + "standard/object-curly-even-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "@babel/semi": [ + "unicorn/no-nested-ternary": [ "off" ], - "@typescript-eslint/block-spacing": [ + "unicorn/number-literal-case": [ "off" ], - "@typescript-eslint/brace-style": [ + "vue/array-bracket-newline": [ "off" ], - "@typescript-eslint/comma-dangle": [ + "vue/array-bracket-spacing": [ "off" ], - "@typescript-eslint/comma-spacing": [ + "vue/array-element-newline": [ "off" ], - "@typescript-eslint/func-call-spacing": [ + "vue/arrow-spacing": [ "off" ], - "@typescript-eslint/indent": [ + "vue/block-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/block-tag-newline": [ "off" ], - "@typescript-eslint/keyword-spacing": [ + "vue/brace-style": [ "off" ], - "@typescript-eslint/member-delimiter-style": [ + "vue/comma-dangle": [ "off" ], - "@typescript-eslint/no-extra-parens": [ + "vue/comma-spacing": [ "off" ], - "@typescript-eslint/no-extra-semi": [ + "vue/comma-style": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/semi": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/space-before-function-paren": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-infix-ops": [ + "vue/html-end-tags": [ "off" ], - "@typescript-eslint/type-annotation-spacing": [ + "vue/html-indent": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-quotes": [ "off" ], - "babel/semi": [ + "vue/key-spacing": [ "off" ], - "flowtype/boolean-style": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/generic-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/quotes": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/semi": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-spacing": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-newline": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-indent-props": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-max-props-per-line": [ + "generator-star": [ "off" ], - "react/jsx-newline": [ + "no-comma-dangle": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-reserved-keys": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-space-before-semi": [ "off" ], - "react/jsx-tag-spacing": [ + "no-wrap-func": [ "off" ], - "react/jsx-wrap-multilines": [ + "space-after-function-name": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-in-brackets": [ "off" ], - "standard/object-curly-even-spacing": [ + "no-arrow-condition": [ "off" ], - "unicorn/empty-brace-spaces": [ + "space-after-keywords": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-before-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-newline": [ + "no-spaced-func": [ "off" ], - "vue/array-bracket-spacing": [ + "indent-legacy": [ "off" ], - "vue/array-element-newline": [ + "array-bracket-newline": [ "off" ], - "vue/arrow-spacing": [ + "array-element-newline": [ "off" ], - "vue/block-spacing": [ + "arrow-parens": [ "off" ], - "vue/block-tag-newline": [ + "arrow-spacing": [ "off" ], - "vue/brace-style": [ + "block-spacing": [ "off" ], - "vue/comma-dangle": [ + "brace-style": [ "off" ], - "vue/comma-spacing": [ + "comma-dangle": [ "off" ], - "vue/comma-style": [ + "comma-spacing": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "func-call-spacing": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "indent": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "max-statements-per-line": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "new-parens": [ "off" ], - "vue/no-extra-parens": [ + "newline-per-chained-call": [ "off" ], - "vue/no-multi-spaces": [ + "no-extra-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "no-extra-semi": [ "off" ], - "vue/object-curly-newline": [ + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "object-curly-newline": [ "off" ], - "vue/space-in-parens": [ + "object-curly-spacing": [ "off" ], - "vue/space-infix-ops": [ + "object-property-newline": [ "off" ], - "vue/space-unary-ops": [ + "operator-linebreak": [ "off" ], - "vue/template-curly-spacing": [ + "padded-blocks": [ "off" ], - "generator-star": [ + "quote-props": [ "off" ], - "indent-legacy": [ + "rest-spread-spacing": [ "off" ], - "no-arrow-condition": [ + "semi": [ "off" ], - "no-comma-dangle": [ + "semi-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-style": [ "off" ], - "no-space-before-semi": [ + "space-before-blocks": [ "off" ], - "no-spaced-func": [ + "space-before-function-paren": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-infix-ops": [ "off" ], - "space-after-keywords": [ + "space-unary-ops": [ "off" ], - "space-before-function-parentheses": [ + "switch-colon-spacing": [ "off" ], - "space-before-keywords": [ + "template-curly-spacing": [ "off" ], - "space-in-brackets": [ + "template-tag-spacing": [ "off" ], - "space-return-throw-case": [ + "wrap-iife": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/angular-index.model.spec.ts.json b/snapshots/angular-index.model.spec.ts.json index a2ebb2b..8abc4ac 100644 --- a/snapshots/angular-index.model.spec.ts.json +++ b/snapshots/angular-index.model.spec.ts.json @@ -821,51 +821,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "jest/valid-title": [ "error" ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], @@ -875,433 +830,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "comma-dangle": [ + "babel/object-curly-spacing": [ "off" ], - "comma-style": [ + "babel/semi": [ "off" ], - "computed-property-spacing": [ + "flowtype/boolean-style": [ "off" ], - "dot-location": [ + "flowtype/delimiter-dangle": [ "off" ], - "eol-last": [ + "flowtype/generic-spacing": [ "off" ], - "function-call-argument-newline": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "function-paren-newline": [ + "flowtype/object-type-delimiter": [ "off" ], - "generator-star-spacing": [ + "flowtype/quotes": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/semi": [ "off" ], - "jsx-quotes": [ + "flowtype/space-after-type-colon": [ "off" ], - "key-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "keyword-spacing": [ + "flowtype/space-before-type-colon": [ "off" ], - "linebreak-style": [ + "flowtype/union-intersection-spacing": [ "off" ], - "max-statements-per-line": [ + "react/jsx-child-element-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-closing-bracket-location": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-closing-tag-location": [ "off" ], - "new-parens": [ + "react/jsx-curly-newline": [ "off" ], - "no-floating-decimal": [ + "react/jsx-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-equals-spacing": [ "off" ], - "no-multi-spaces": [ + "react/jsx-first-prop-new-line": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-indent": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-indent-props": [ "off" ], - "no-whitespace-before-property": [ + "react/jsx-max-props-per-line": [ "off" ], - "nonblock-statement-body-position": [ + "react/jsx-newline": [ "off" ], - "object-curly-newline": [ + "react/jsx-one-expression-per-line": [ "off" ], - "object-curly-spacing": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "object-property-newline": [ + "react/jsx-tag-spacing": [ "off" ], - "one-var-declaration-per-line": [ + "react/jsx-wrap-multilines": [ "off" ], - "operator-linebreak": [ + "standard/array-bracket-even-spacing": [ "off" ], - "padded-blocks": [ + "standard/computed-property-even-spacing": [ "off" ], - "quote-props": [ + "standard/object-curly-even-spacing": [ "off" ], - "rest-spread-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "semi-spacing": [ + "unicorn/no-nested-ternary": [ "off" ], - "semi-style": [ + "unicorn/number-literal-case": [ "off" ], - "space-before-blocks": [ + "vue/array-bracket-newline": [ "off" ], - "space-in-parens": [ + "vue/array-bracket-spacing": [ "off" ], - "space-unary-ops": [ + "vue/array-element-newline": [ "off" ], - "switch-colon-spacing": [ + "vue/arrow-spacing": [ "off" ], - "template-curly-spacing": [ + "vue/block-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/block-tag-newline": [ "off" ], - "wrap-iife": [ + "vue/brace-style": [ "off" ], - "wrap-regex": [ + "vue/comma-dangle": [ "off" ], - "yield-star-spacing": [ + "vue/comma-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/comma-style": [ "off" ], - "@babel/semi": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-end-tags": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-indent": [ "off" ], - "babel/semi": [ + "vue/html-quotes": [ "off" ], - "flowtype/boolean-style": [ + "vue/key-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/quotes": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/semi": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-curly-newline": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-indent": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent-props": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-max-props-per-line": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-newline": [ + "generator-star": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-comma-dangle": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-reserved-keys": [ "off" ], - "react/jsx-tag-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-wrap-multilines": [ + "no-wrap-func": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-after-function-name": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/object-curly-even-spacing": [ + "space-in-brackets": [ "off" ], - "unicorn/empty-brace-spaces": [ + "no-arrow-condition": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-after-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-before-keywords": [ "off" ], - "vue/array-bracket-newline": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-spacing": [ + "no-spaced-func": [ "off" ], - "vue/array-element-newline": [ + "indent-legacy": [ "off" ], - "vue/arrow-spacing": [ + "array-bracket-newline": [ "off" ], - "vue/block-spacing": [ + "array-bracket-spacing": [ "off" ], - "vue/block-tag-newline": [ + "array-element-newline": [ "off" ], - "vue/brace-style": [ + "arrow-parens": [ "off" ], - "vue/comma-dangle": [ + "arrow-spacing": [ "off" ], - "vue/comma-spacing": [ + "block-spacing": [ "off" ], - "vue/comma-style": [ + "comma-dangle": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "function-call-argument-newline": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "jsx-quotes": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "linebreak-style": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/no-extra-parens": [ + "multiline-ternary": [ "off" ], - "vue/no-multi-spaces": [ + "new-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "newline-per-chained-call": [ "off" ], - "vue/object-curly-newline": [ + "no-confusing-arrow": [ + 0 + ], + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "nonblock-statement-body-position": [ "off" ], - "vue/space-in-parens": [ + "object-curly-newline": [ "off" ], - "vue/space-infix-ops": [ + "object-curly-spacing": [ "off" ], - "vue/space-unary-ops": [ + "object-property-newline": [ "off" ], - "vue/template-curly-spacing": [ + "one-var-declaration-per-line": [ "off" ], - "generator-star": [ + "operator-linebreak": [ "off" ], - "indent-legacy": [ + "padded-blocks": [ "off" ], - "no-arrow-condition": [ + "quote-props": [ "off" ], - "no-comma-dangle": [ + "rest-spread-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-spacing": [ "off" ], - "no-space-before-semi": [ + "semi-style": [ "off" ], - "no-spaced-func": [ + "space-before-blocks": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/angular-index.model.ts.json b/snapshots/angular-index.model.ts.json index 5f2d4a4..228578a 100644 --- a/snapshots/angular-index.model.ts.json +++ b/snapshots/angular-index.model.ts.json @@ -797,51 +797,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "jest/valid-title": [ "error" ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], @@ -851,433 +806,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "comma-dangle": [ + "babel/object-curly-spacing": [ "off" ], - "comma-style": [ + "babel/semi": [ "off" ], - "computed-property-spacing": [ + "flowtype/boolean-style": [ "off" ], - "dot-location": [ + "flowtype/delimiter-dangle": [ "off" ], - "eol-last": [ + "flowtype/generic-spacing": [ "off" ], - "function-call-argument-newline": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "function-paren-newline": [ + "flowtype/object-type-delimiter": [ "off" ], - "generator-star-spacing": [ + "flowtype/quotes": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/semi": [ "off" ], - "jsx-quotes": [ + "flowtype/space-after-type-colon": [ "off" ], - "key-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "keyword-spacing": [ + "flowtype/space-before-type-colon": [ "off" ], - "linebreak-style": [ + "flowtype/union-intersection-spacing": [ "off" ], - "max-statements-per-line": [ + "react/jsx-child-element-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-closing-bracket-location": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-closing-tag-location": [ "off" ], - "new-parens": [ + "react/jsx-curly-newline": [ "off" ], - "no-floating-decimal": [ + "react/jsx-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-equals-spacing": [ "off" ], - "no-multi-spaces": [ + "react/jsx-first-prop-new-line": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-indent": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-indent-props": [ "off" ], - "no-whitespace-before-property": [ + "react/jsx-max-props-per-line": [ "off" ], - "nonblock-statement-body-position": [ + "react/jsx-newline": [ "off" ], - "object-curly-newline": [ + "react/jsx-one-expression-per-line": [ "off" ], - "object-curly-spacing": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "object-property-newline": [ + "react/jsx-tag-spacing": [ "off" ], - "one-var-declaration-per-line": [ + "react/jsx-wrap-multilines": [ "off" ], - "operator-linebreak": [ + "standard/array-bracket-even-spacing": [ "off" ], - "padded-blocks": [ + "standard/computed-property-even-spacing": [ "off" ], - "quote-props": [ + "standard/object-curly-even-spacing": [ "off" ], - "rest-spread-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "semi-spacing": [ + "unicorn/no-nested-ternary": [ "off" ], - "semi-style": [ + "unicorn/number-literal-case": [ "off" ], - "space-before-blocks": [ + "vue/array-bracket-newline": [ "off" ], - "space-in-parens": [ + "vue/array-bracket-spacing": [ "off" ], - "space-unary-ops": [ + "vue/array-element-newline": [ "off" ], - "switch-colon-spacing": [ + "vue/arrow-spacing": [ "off" ], - "template-curly-spacing": [ + "vue/block-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/block-tag-newline": [ "off" ], - "wrap-iife": [ + "vue/brace-style": [ "off" ], - "wrap-regex": [ + "vue/comma-dangle": [ "off" ], - "yield-star-spacing": [ + "vue/comma-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/comma-style": [ "off" ], - "@babel/semi": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-end-tags": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-indent": [ "off" ], - "babel/semi": [ + "vue/html-quotes": [ "off" ], - "flowtype/boolean-style": [ + "vue/key-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/quotes": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/semi": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-curly-newline": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-indent": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent-props": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-max-props-per-line": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-newline": [ + "generator-star": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-comma-dangle": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-reserved-keys": [ "off" ], - "react/jsx-tag-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-wrap-multilines": [ + "no-wrap-func": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-after-function-name": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/object-curly-even-spacing": [ + "space-in-brackets": [ "off" ], - "unicorn/empty-brace-spaces": [ + "no-arrow-condition": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-after-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-before-keywords": [ "off" ], - "vue/array-bracket-newline": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-spacing": [ + "no-spaced-func": [ "off" ], - "vue/array-element-newline": [ + "indent-legacy": [ "off" ], - "vue/arrow-spacing": [ + "array-bracket-newline": [ "off" ], - "vue/block-spacing": [ + "array-bracket-spacing": [ "off" ], - "vue/block-tag-newline": [ + "array-element-newline": [ "off" ], - "vue/brace-style": [ + "arrow-parens": [ "off" ], - "vue/comma-dangle": [ + "arrow-spacing": [ "off" ], - "vue/comma-spacing": [ + "block-spacing": [ "off" ], - "vue/comma-style": [ + "comma-dangle": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "function-call-argument-newline": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "jsx-quotes": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "linebreak-style": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/no-extra-parens": [ + "multiline-ternary": [ "off" ], - "vue/no-multi-spaces": [ + "new-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "newline-per-chained-call": [ "off" ], - "vue/object-curly-newline": [ + "no-confusing-arrow": [ + 0 + ], + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "nonblock-statement-body-position": [ "off" ], - "vue/space-in-parens": [ + "object-curly-newline": [ "off" ], - "vue/space-infix-ops": [ + "object-curly-spacing": [ "off" ], - "vue/space-unary-ops": [ + "object-property-newline": [ "off" ], - "vue/template-curly-spacing": [ + "one-var-declaration-per-line": [ "off" ], - "generator-star": [ + "operator-linebreak": [ "off" ], - "indent-legacy": [ + "padded-blocks": [ "off" ], - "no-arrow-condition": [ + "quote-props": [ "off" ], - "no-comma-dangle": [ + "rest-spread-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-spacing": [ "off" ], - "no-space-before-semi": [ + "semi-style": [ "off" ], - "no-spaced-func": [ + "space-before-blocks": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/angular-index.spec.ts.json b/snapshots/angular-index.spec.ts.json index e40df7a..3140a05 100644 --- a/snapshots/angular-index.spec.ts.json +++ b/snapshots/angular-index.spec.ts.json @@ -818,51 +818,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "jest/valid-title": [ "error" ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], @@ -872,433 +827,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "comma-dangle": [ + "babel/object-curly-spacing": [ "off" ], - "comma-style": [ + "babel/semi": [ "off" ], - "computed-property-spacing": [ + "flowtype/boolean-style": [ "off" ], - "dot-location": [ + "flowtype/delimiter-dangle": [ "off" ], - "eol-last": [ + "flowtype/generic-spacing": [ "off" ], - "function-call-argument-newline": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "function-paren-newline": [ + "flowtype/object-type-delimiter": [ "off" ], - "generator-star-spacing": [ + "flowtype/quotes": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/semi": [ "off" ], - "jsx-quotes": [ + "flowtype/space-after-type-colon": [ "off" ], - "key-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "keyword-spacing": [ + "flowtype/space-before-type-colon": [ "off" ], - "linebreak-style": [ + "flowtype/union-intersection-spacing": [ "off" ], - "max-statements-per-line": [ + "react/jsx-child-element-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-closing-bracket-location": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-closing-tag-location": [ "off" ], - "new-parens": [ + "react/jsx-curly-newline": [ "off" ], - "no-floating-decimal": [ + "react/jsx-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-equals-spacing": [ "off" ], - "no-multi-spaces": [ + "react/jsx-first-prop-new-line": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-indent": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-indent-props": [ "off" ], - "no-whitespace-before-property": [ + "react/jsx-max-props-per-line": [ "off" ], - "nonblock-statement-body-position": [ + "react/jsx-newline": [ "off" ], - "object-curly-newline": [ + "react/jsx-one-expression-per-line": [ "off" ], - "object-curly-spacing": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "object-property-newline": [ + "react/jsx-tag-spacing": [ "off" ], - "one-var-declaration-per-line": [ + "react/jsx-wrap-multilines": [ "off" ], - "operator-linebreak": [ + "standard/array-bracket-even-spacing": [ "off" ], - "padded-blocks": [ + "standard/computed-property-even-spacing": [ "off" ], - "quote-props": [ + "standard/object-curly-even-spacing": [ "off" ], - "rest-spread-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "semi-spacing": [ + "unicorn/no-nested-ternary": [ "off" ], - "semi-style": [ + "unicorn/number-literal-case": [ "off" ], - "space-before-blocks": [ + "vue/array-bracket-newline": [ "off" ], - "space-in-parens": [ + "vue/array-bracket-spacing": [ "off" ], - "space-unary-ops": [ + "vue/array-element-newline": [ "off" ], - "switch-colon-spacing": [ + "vue/arrow-spacing": [ "off" ], - "template-curly-spacing": [ + "vue/block-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/block-tag-newline": [ "off" ], - "wrap-iife": [ + "vue/brace-style": [ "off" ], - "wrap-regex": [ + "vue/comma-dangle": [ "off" ], - "yield-star-spacing": [ + "vue/comma-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/comma-style": [ "off" ], - "@babel/semi": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-end-tags": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-indent": [ "off" ], - "babel/semi": [ + "vue/html-quotes": [ "off" ], - "flowtype/boolean-style": [ + "vue/key-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/quotes": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/semi": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-curly-newline": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-indent": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent-props": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-max-props-per-line": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-newline": [ + "generator-star": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-comma-dangle": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-reserved-keys": [ "off" ], - "react/jsx-tag-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-wrap-multilines": [ + "no-wrap-func": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-after-function-name": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/object-curly-even-spacing": [ + "space-in-brackets": [ "off" ], - "unicorn/empty-brace-spaces": [ + "no-arrow-condition": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-after-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-before-keywords": [ "off" ], - "vue/array-bracket-newline": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-spacing": [ + "no-spaced-func": [ "off" ], - "vue/array-element-newline": [ + "indent-legacy": [ "off" ], - "vue/arrow-spacing": [ + "array-bracket-newline": [ "off" ], - "vue/block-spacing": [ + "array-bracket-spacing": [ "off" ], - "vue/block-tag-newline": [ + "array-element-newline": [ "off" ], - "vue/brace-style": [ + "arrow-parens": [ "off" ], - "vue/comma-dangle": [ + "arrow-spacing": [ "off" ], - "vue/comma-spacing": [ + "block-spacing": [ "off" ], - "vue/comma-style": [ + "comma-dangle": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "function-call-argument-newline": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "jsx-quotes": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "linebreak-style": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/no-extra-parens": [ + "multiline-ternary": [ "off" ], - "vue/no-multi-spaces": [ + "new-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "newline-per-chained-call": [ "off" ], - "vue/object-curly-newline": [ + "no-confusing-arrow": [ + 0 + ], + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "nonblock-statement-body-position": [ "off" ], - "vue/space-in-parens": [ + "object-curly-newline": [ "off" ], - "vue/space-infix-ops": [ + "object-curly-spacing": [ "off" ], - "vue/space-unary-ops": [ + "object-property-newline": [ "off" ], - "vue/template-curly-spacing": [ + "one-var-declaration-per-line": [ "off" ], - "generator-star": [ + "operator-linebreak": [ "off" ], - "indent-legacy": [ + "padded-blocks": [ "off" ], - "no-arrow-condition": [ + "quote-props": [ "off" ], - "no-comma-dangle": [ + "rest-spread-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-spacing": [ "off" ], - "no-space-before-semi": [ + "semi-style": [ "off" ], - "no-spaced-func": [ + "space-before-blocks": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/angular-index.ts.json b/snapshots/angular-index.ts.json index ae83d5b..92542c2 100644 --- a/snapshots/angular-index.ts.json +++ b/snapshots/angular-index.ts.json @@ -793,51 +793,6 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "jest/valid-title": [ "error" ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], @@ -847,433 +802,481 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/angular.j "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "comma-dangle": [ + "babel/object-curly-spacing": [ "off" ], - "comma-style": [ + "babel/semi": [ "off" ], - "computed-property-spacing": [ + "flowtype/boolean-style": [ "off" ], - "dot-location": [ + "flowtype/delimiter-dangle": [ "off" ], - "eol-last": [ + "flowtype/generic-spacing": [ "off" ], - "function-call-argument-newline": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "function-paren-newline": [ + "flowtype/object-type-delimiter": [ "off" ], - "generator-star-spacing": [ + "flowtype/quotes": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/semi": [ "off" ], - "jsx-quotes": [ + "flowtype/space-after-type-colon": [ "off" ], - "key-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "keyword-spacing": [ + "flowtype/space-before-type-colon": [ "off" ], - "linebreak-style": [ + "flowtype/union-intersection-spacing": [ "off" ], - "max-statements-per-line": [ + "react/jsx-child-element-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-closing-bracket-location": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-closing-tag-location": [ "off" ], - "new-parens": [ + "react/jsx-curly-newline": [ "off" ], - "no-floating-decimal": [ + "react/jsx-curly-spacing": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-equals-spacing": [ "off" ], - "no-multi-spaces": [ + "react/jsx-first-prop-new-line": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-indent": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-indent-props": [ "off" ], - "no-whitespace-before-property": [ + "react/jsx-max-props-per-line": [ "off" ], - "nonblock-statement-body-position": [ + "react/jsx-newline": [ "off" ], - "object-curly-newline": [ + "react/jsx-one-expression-per-line": [ "off" ], - "object-curly-spacing": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "object-property-newline": [ + "react/jsx-tag-spacing": [ "off" ], - "one-var-declaration-per-line": [ + "react/jsx-wrap-multilines": [ "off" ], - "operator-linebreak": [ + "standard/array-bracket-even-spacing": [ "off" ], - "padded-blocks": [ + "standard/computed-property-even-spacing": [ "off" ], - "quote-props": [ + "standard/object-curly-even-spacing": [ "off" ], - "rest-spread-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "semi-spacing": [ + "unicorn/no-nested-ternary": [ "off" ], - "semi-style": [ + "unicorn/number-literal-case": [ "off" ], - "space-before-blocks": [ + "vue/array-bracket-newline": [ "off" ], - "space-in-parens": [ + "vue/array-bracket-spacing": [ "off" ], - "space-unary-ops": [ + "vue/array-element-newline": [ "off" ], - "switch-colon-spacing": [ + "vue/arrow-spacing": [ "off" ], - "template-curly-spacing": [ + "vue/block-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/block-tag-newline": [ "off" ], - "wrap-iife": [ + "vue/brace-style": [ "off" ], - "wrap-regex": [ + "vue/comma-dangle": [ "off" ], - "yield-star-spacing": [ + "vue/comma-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/comma-style": [ "off" ], - "@babel/semi": [ + "vue/dot-location": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/func-call-spacing": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/html-end-tags": [ "off" ], - "babel/object-curly-spacing": [ + "vue/html-indent": [ "off" ], - "babel/semi": [ + "vue/html-quotes": [ "off" ], - "flowtype/boolean-style": [ + "vue/key-spacing": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/keyword-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/max-attributes-per-line": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/multiline-ternary": [ "off" ], - "flowtype/quotes": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "flowtype/semi": [ + "vue/no-extra-parens": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/no-multi-spaces": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/object-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "vue/object-property-newline": [ "off" ], - "react/jsx-closing-bracket-location": [ + "vue/operator-linebreak": [ "off" ], - "react/jsx-closing-tag-location": [ + "vue/quote-props": [ "off" ], - "react/jsx-curly-newline": [ + "vue/script-indent": [ "off" ], - "react/jsx-curly-spacing": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "react/jsx-equals-spacing": [ + "vue/space-in-parens": [ "off" ], - "react/jsx-first-prop-new-line": [ + "vue/space-infix-ops": [ "off" ], - "react/jsx-indent": [ + "vue/space-unary-ops": [ "off" ], - "react/jsx-indent-props": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-max-props-per-line": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-newline": [ + "generator-star": [ "off" ], - "react/jsx-one-expression-per-line": [ + "no-comma-dangle": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "no-reserved-keys": [ "off" ], - "react/jsx-tag-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-wrap-multilines": [ + "no-wrap-func": [ "off" ], - "standard/array-bracket-even-spacing": [ + "space-after-function-name": [ "off" ], - "standard/computed-property-even-spacing": [ + "space-before-function-parentheses": [ "off" ], - "standard/object-curly-even-spacing": [ + "space-in-brackets": [ "off" ], - "unicorn/empty-brace-spaces": [ + "no-arrow-condition": [ "off" ], - "unicorn/no-nested-ternary": [ + "space-after-keywords": [ "off" ], - "unicorn/number-literal-case": [ + "space-before-keywords": [ "off" ], - "vue/array-bracket-newline": [ + "space-return-throw-case": [ "off" ], - "vue/array-bracket-spacing": [ + "no-spaced-func": [ "off" ], - "vue/array-element-newline": [ + "indent-legacy": [ "off" ], - "vue/arrow-spacing": [ + "array-bracket-newline": [ "off" ], - "vue/block-spacing": [ + "array-bracket-spacing": [ "off" ], - "vue/block-tag-newline": [ + "array-element-newline": [ "off" ], - "vue/brace-style": [ + "arrow-parens": [ "off" ], - "vue/comma-dangle": [ + "arrow-spacing": [ "off" ], - "vue/comma-spacing": [ + "block-spacing": [ "off" ], - "vue/comma-style": [ + "comma-dangle": [ "off" ], - "vue/dot-location": [ + "comma-style": [ "off" ], - "vue/func-call-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/html-closing-bracket-newline": [ + "dot-location": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "eol-last": [ "off" ], - "vue/html-end-tags": [ + "function-call-argument-newline": [ "off" ], - "vue/html-indent": [ + "function-paren-newline": [ "off" ], - "vue/html-quotes": [ + "generator-star-spacing": [ "off" ], - "vue/key-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/keyword-spacing": [ + "jsx-quotes": [ "off" ], - "vue/max-attributes-per-line": [ + "key-spacing": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "keyword-spacing": [ "off" ], - "vue/multiline-ternary": [ + "linebreak-style": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/no-extra-parens": [ + "multiline-ternary": [ "off" ], - "vue/no-multi-spaces": [ + "new-parens": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "newline-per-chained-call": [ "off" ], - "vue/object-curly-newline": [ + "no-confusing-arrow": [ + 0 + ], + "no-floating-decimal": [ "off" ], - "vue/object-curly-spacing": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/object-property-newline": [ + "no-multi-spaces": [ "off" ], - "vue/operator-linebreak": [ + "no-multiple-empty-lines": [ "off" ], - "vue/quote-props": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/script-indent": [ + "no-whitespace-before-property": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "nonblock-statement-body-position": [ "off" ], - "vue/space-in-parens": [ + "object-curly-newline": [ "off" ], - "vue/space-infix-ops": [ + "object-curly-spacing": [ "off" ], - "vue/space-unary-ops": [ + "object-property-newline": [ "off" ], - "vue/template-curly-spacing": [ + "one-var-declaration-per-line": [ "off" ], - "generator-star": [ + "operator-linebreak": [ "off" ], - "indent-legacy": [ + "padded-blocks": [ "off" ], - "no-arrow-condition": [ + "quote-props": [ "off" ], - "no-comma-dangle": [ + "rest-spread-spacing": [ "off" ], - "no-reserved-keys": [ + "semi-spacing": [ "off" ], - "no-space-before-semi": [ + "semi-style": [ "off" ], - "no-spaced-func": [ + "space-before-blocks": [ "off" ], - "no-wrap-func": [ + "space-in-parens": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/react-ts-index.spec.ts.json b/snapshots/react-ts-index.spec.ts.json index d75180f..ae819e9 100644 --- a/snapshots/react-ts-index.spec.ts.json +++ b/snapshots/react-ts-index.spec.ts.json @@ -868,522 +868,525 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/react-ts. "curly": [ 0 ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], - "quotes": [ - 0, - "single", - { - "avoidEscape": true, - "allowTemplateLiterals": true - } - ], "@typescript-eslint/lines-around-comment": [ 0 ], "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "brace-style": [ + "babel/object-curly-spacing": [ "off" ], - "comma-dangle": [ + "babel/semi": [ "off" ], - "comma-spacing": [ + "flowtype/boolean-style": [ "off" ], - "comma-style": [ + "flowtype/delimiter-dangle": [ "off" ], - "computed-property-spacing": [ + "flowtype/generic-spacing": [ "off" ], - "dot-location": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "eol-last": [ + "flowtype/object-type-delimiter": [ "off" ], - "func-call-spacing": [ + "flowtype/quotes": [ "off" ], - "function-call-argument-newline": [ + "flowtype/semi": [ "off" ], - "function-paren-newline": [ + "flowtype/space-after-type-colon": [ "off" ], - "generator-star-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/space-before-type-colon": [ "off" ], - "indent": [ + "flowtype/union-intersection-spacing": [ "off" ], - "jsx-quotes": [ + "react/jsx-child-element-spacing": [ "off" ], - "key-spacing": [ + "react/jsx-closing-bracket-location": [ "off" ], - "keyword-spacing": [ + "react/jsx-closing-tag-location": [ "off" ], - "linebreak-style": [ + "react/jsx-curly-newline": [ "off" ], - "max-statements-per-line": [ + "react/jsx-curly-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-equals-spacing": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-first-prop-new-line": [ "off" ], - "new-parens": [ + "react/jsx-indent": [ "off" ], - "no-extra-parens": [ + "react/jsx-indent-props": [ "off" ], - "no-extra-semi": [ + "react/jsx-max-props-per-line": [ "off" ], - "no-floating-decimal": [ + "react/jsx-newline": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-one-expression-per-line": [ "off" ], - "no-multi-spaces": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-tag-spacing": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-wrap-multilines": [ "off" ], - "no-whitespace-before-property": [ + "standard/array-bracket-even-spacing": [ "off" ], - "nonblock-statement-body-position": [ + "standard/computed-property-even-spacing": [ "off" ], - "object-curly-newline": [ + "standard/object-curly-even-spacing": [ "off" ], - "object-curly-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "object-property-newline": [ + "unicorn/no-nested-ternary": [ "off" ], - "one-var-declaration-per-line": [ + "unicorn/number-literal-case": [ "off" ], - "operator-linebreak": [ + "vue/array-bracket-newline": [ "off" ], - "padded-blocks": [ + "vue/array-bracket-spacing": [ "off" ], - "quote-props": [ + "vue/array-element-newline": [ "off" ], - "rest-spread-spacing": [ + "vue/arrow-spacing": [ "off" ], - "semi": [ + "vue/block-spacing": [ "off" ], - "semi-spacing": [ + "vue/block-tag-newline": [ "off" ], - "semi-style": [ + "vue/brace-style": [ "off" ], - "space-before-blocks": [ + "vue/comma-dangle": [ "off" ], - "space-before-function-paren": [ + "vue/comma-spacing": [ "off" ], - "space-in-parens": [ + "vue/comma-style": [ "off" ], - "space-infix-ops": [ + "vue/dot-location": [ "off" ], - "space-unary-ops": [ + "vue/func-call-spacing": [ "off" ], - "switch-colon-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "template-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/html-end-tags": [ "off" ], - "wrap-iife": [ + "vue/html-indent": [ "off" ], - "wrap-regex": [ + "vue/html-quotes": [ "off" ], - "yield-star-spacing": [ + "vue/key-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/keyword-spacing": [ "off" ], - "@babel/semi": [ + "vue/max-attributes-per-line": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/multiline-ternary": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/no-extra-parens": [ "off" ], - "babel/object-curly-spacing": [ + "vue/no-multi-spaces": [ "off" ], - "babel/semi": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/boolean-style": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/object-curly-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/object-property-newline": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/operator-linebreak": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/quote-props": [ "off" ], - "flowtype/quotes": [ + "vue/script-indent": [ "off" ], - "flowtype/semi": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/space-in-parens": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/space-infix-ops": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/space-unary-ops": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-closing-bracket-location": [ + "generator-star": [ "off" ], - "react/jsx-closing-tag-location": [ + "no-comma-dangle": [ "off" ], - "react/jsx-curly-newline": [ + "no-reserved-keys": [ "off" ], - "react/jsx-curly-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-equals-spacing": [ + "no-wrap-func": [ "off" ], - "react/jsx-first-prop-new-line": [ + "space-after-function-name": [ "off" ], - "react/jsx-indent": [ + "space-before-function-parentheses": [ "off" ], - "react/jsx-indent-props": [ + "space-in-brackets": [ "off" ], - "react/jsx-max-props-per-line": [ + "no-arrow-condition": [ "off" ], - "react/jsx-newline": [ + "space-after-keywords": [ "off" ], - "react/jsx-one-expression-per-line": [ + "space-before-keywords": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "space-return-throw-case": [ "off" ], - "react/jsx-tag-spacing": [ + "no-spaced-func": [ "off" ], - "react/jsx-wrap-multilines": [ + "indent-legacy": [ "off" ], - "standard/array-bracket-even-spacing": [ + "array-bracket-newline": [ "off" ], - "standard/computed-property-even-spacing": [ + "array-bracket-spacing": [ "off" ], - "standard/object-curly-even-spacing": [ + "array-element-newline": [ "off" ], - "unicorn/empty-brace-spaces": [ + "arrow-parens": [ "off" ], - "unicorn/no-nested-ternary": [ + "arrow-spacing": [ "off" ], - "unicorn/number-literal-case": [ + "block-spacing": [ "off" ], - "vue/array-bracket-newline": [ + "brace-style": [ "off" ], - "vue/array-bracket-spacing": [ + "comma-dangle": [ "off" ], - "vue/array-element-newline": [ + "comma-spacing": [ "off" ], - "vue/arrow-spacing": [ + "comma-style": [ "off" ], - "vue/block-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/block-tag-newline": [ + "dot-location": [ "off" ], - "vue/brace-style": [ + "eol-last": [ "off" ], - "vue/comma-dangle": [ + "func-call-spacing": [ "off" ], - "vue/comma-spacing": [ + "function-call-argument-newline": [ "off" ], - "vue/comma-style": [ + "function-paren-newline": [ "off" ], - "vue/dot-location": [ + "generator-star-spacing": [ "off" ], - "vue/func-call-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/html-closing-bracket-newline": [ + "indent": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "jsx-quotes": [ "off" ], - "vue/html-end-tags": [ + "key-spacing": [ "off" ], - "vue/html-indent": [ + "keyword-spacing": [ "off" ], - "vue/html-quotes": [ + "linebreak-style": [ "off" ], - "vue/key-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/keyword-spacing": [ + "multiline-ternary": [ "off" ], - "vue/max-attributes-per-line": [ + "new-parens": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "newline-per-chained-call": [ "off" ], - "vue/multiline-ternary": [ + "no-confusing-arrow": [ + 0 + ], + "no-extra-parens": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "no-extra-semi": [ "off" ], - "vue/no-extra-parens": [ + "no-floating-decimal": [ "off" ], - "vue/no-multi-spaces": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "no-multi-spaces": [ "off" ], - "vue/object-curly-newline": [ + "no-multiple-empty-lines": [ "off" ], - "vue/object-curly-spacing": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/object-property-newline": [ + "no-whitespace-before-property": [ "off" ], - "vue/operator-linebreak": [ + "nonblock-statement-body-position": [ "off" ], - "vue/quote-props": [ + "object-curly-newline": [ "off" ], - "vue/script-indent": [ + "object-curly-spacing": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "object-property-newline": [ "off" ], - "vue/space-in-parens": [ + "one-var-declaration-per-line": [ "off" ], - "vue/space-infix-ops": [ + "operator-linebreak": [ "off" ], - "vue/space-unary-ops": [ + "padded-blocks": [ "off" ], - "vue/template-curly-spacing": [ + "quote-props": [ "off" ], - "generator-star": [ + "quotes": [ + 0, + "single", + { + "avoidEscape": true, + "allowTemplateLiterals": true + } + ], + "rest-spread-spacing": [ "off" ], - "indent-legacy": [ + "semi": [ "off" ], - "no-arrow-condition": [ + "semi-spacing": [ "off" ], - "no-comma-dangle": [ + "semi-style": [ "off" ], - "no-reserved-keys": [ + "space-before-blocks": [ "off" ], - "no-space-before-semi": [ + "space-before-function-paren": [ "off" ], - "no-spaced-func": [ + "space-in-parens": [ "off" ], - "no-wrap-func": [ + "space-infix-ops": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/react-ts-index.ts.json b/snapshots/react-ts-index.ts.json index 29ad790..f58702c 100644 --- a/snapshots/react-ts-index.ts.json +++ b/snapshots/react-ts-index.ts.json @@ -841,522 +841,525 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/react-ts. "curly": [ 0 ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], - "quotes": [ - 0, - "single", - { - "avoidEscape": true, - "allowTemplateLiterals": true - } - ], "@typescript-eslint/lines-around-comment": [ 0 ], "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "brace-style": [ + "babel/object-curly-spacing": [ "off" ], - "comma-dangle": [ + "babel/semi": [ "off" ], - "comma-spacing": [ + "flowtype/boolean-style": [ "off" ], - "comma-style": [ + "flowtype/delimiter-dangle": [ "off" ], - "computed-property-spacing": [ + "flowtype/generic-spacing": [ "off" ], - "dot-location": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "eol-last": [ + "flowtype/object-type-delimiter": [ "off" ], - "func-call-spacing": [ + "flowtype/quotes": [ "off" ], - "function-call-argument-newline": [ + "flowtype/semi": [ "off" ], - "function-paren-newline": [ + "flowtype/space-after-type-colon": [ "off" ], - "generator-star-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/space-before-type-colon": [ "off" ], - "indent": [ + "flowtype/union-intersection-spacing": [ "off" ], - "jsx-quotes": [ + "react/jsx-child-element-spacing": [ "off" ], - "key-spacing": [ + "react/jsx-closing-bracket-location": [ "off" ], - "keyword-spacing": [ + "react/jsx-closing-tag-location": [ "off" ], - "linebreak-style": [ + "react/jsx-curly-newline": [ "off" ], - "max-statements-per-line": [ + "react/jsx-curly-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-equals-spacing": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-first-prop-new-line": [ "off" ], - "new-parens": [ + "react/jsx-indent": [ "off" ], - "no-extra-parens": [ + "react/jsx-indent-props": [ "off" ], - "no-extra-semi": [ + "react/jsx-max-props-per-line": [ "off" ], - "no-floating-decimal": [ + "react/jsx-newline": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-one-expression-per-line": [ "off" ], - "no-multi-spaces": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-tag-spacing": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-wrap-multilines": [ "off" ], - "no-whitespace-before-property": [ + "standard/array-bracket-even-spacing": [ "off" ], - "nonblock-statement-body-position": [ + "standard/computed-property-even-spacing": [ "off" ], - "object-curly-newline": [ + "standard/object-curly-even-spacing": [ "off" ], - "object-curly-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "object-property-newline": [ + "unicorn/no-nested-ternary": [ "off" ], - "one-var-declaration-per-line": [ + "unicorn/number-literal-case": [ "off" ], - "operator-linebreak": [ + "vue/array-bracket-newline": [ "off" ], - "padded-blocks": [ + "vue/array-bracket-spacing": [ "off" ], - "quote-props": [ + "vue/array-element-newline": [ "off" ], - "rest-spread-spacing": [ + "vue/arrow-spacing": [ "off" ], - "semi": [ + "vue/block-spacing": [ "off" ], - "semi-spacing": [ + "vue/block-tag-newline": [ "off" ], - "semi-style": [ + "vue/brace-style": [ "off" ], - "space-before-blocks": [ + "vue/comma-dangle": [ "off" ], - "space-before-function-paren": [ + "vue/comma-spacing": [ "off" ], - "space-in-parens": [ + "vue/comma-style": [ "off" ], - "space-infix-ops": [ + "vue/dot-location": [ "off" ], - "space-unary-ops": [ + "vue/func-call-spacing": [ "off" ], - "switch-colon-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "template-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/html-end-tags": [ "off" ], - "wrap-iife": [ + "vue/html-indent": [ "off" ], - "wrap-regex": [ + "vue/html-quotes": [ "off" ], - "yield-star-spacing": [ + "vue/key-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/keyword-spacing": [ "off" ], - "@babel/semi": [ + "vue/max-attributes-per-line": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/multiline-ternary": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/no-extra-parens": [ "off" ], - "babel/object-curly-spacing": [ + "vue/no-multi-spaces": [ "off" ], - "babel/semi": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/boolean-style": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/object-curly-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/object-property-newline": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/operator-linebreak": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/quote-props": [ "off" ], - "flowtype/quotes": [ + "vue/script-indent": [ "off" ], - "flowtype/semi": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/space-in-parens": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/space-infix-ops": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/space-unary-ops": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-closing-bracket-location": [ + "generator-star": [ "off" ], - "react/jsx-closing-tag-location": [ + "no-comma-dangle": [ "off" ], - "react/jsx-curly-newline": [ + "no-reserved-keys": [ "off" ], - "react/jsx-curly-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-equals-spacing": [ + "no-wrap-func": [ "off" ], - "react/jsx-first-prop-new-line": [ + "space-after-function-name": [ "off" ], - "react/jsx-indent": [ + "space-before-function-parentheses": [ "off" ], - "react/jsx-indent-props": [ + "space-in-brackets": [ "off" ], - "react/jsx-max-props-per-line": [ + "no-arrow-condition": [ "off" ], - "react/jsx-newline": [ + "space-after-keywords": [ "off" ], - "react/jsx-one-expression-per-line": [ + "space-before-keywords": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "space-return-throw-case": [ "off" ], - "react/jsx-tag-spacing": [ + "no-spaced-func": [ "off" ], - "react/jsx-wrap-multilines": [ + "indent-legacy": [ "off" ], - "standard/array-bracket-even-spacing": [ + "array-bracket-newline": [ "off" ], - "standard/computed-property-even-spacing": [ + "array-bracket-spacing": [ "off" ], - "standard/object-curly-even-spacing": [ + "array-element-newline": [ "off" ], - "unicorn/empty-brace-spaces": [ + "arrow-parens": [ "off" ], - "unicorn/no-nested-ternary": [ + "arrow-spacing": [ "off" ], - "unicorn/number-literal-case": [ + "block-spacing": [ "off" ], - "vue/array-bracket-newline": [ + "brace-style": [ "off" ], - "vue/array-bracket-spacing": [ + "comma-dangle": [ "off" ], - "vue/array-element-newline": [ + "comma-spacing": [ "off" ], - "vue/arrow-spacing": [ + "comma-style": [ "off" ], - "vue/block-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/block-tag-newline": [ + "dot-location": [ "off" ], - "vue/brace-style": [ + "eol-last": [ "off" ], - "vue/comma-dangle": [ + "func-call-spacing": [ "off" ], - "vue/comma-spacing": [ + "function-call-argument-newline": [ "off" ], - "vue/comma-style": [ + "function-paren-newline": [ "off" ], - "vue/dot-location": [ + "generator-star-spacing": [ "off" ], - "vue/func-call-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/html-closing-bracket-newline": [ + "indent": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "jsx-quotes": [ "off" ], - "vue/html-end-tags": [ + "key-spacing": [ "off" ], - "vue/html-indent": [ + "keyword-spacing": [ "off" ], - "vue/html-quotes": [ + "linebreak-style": [ "off" ], - "vue/key-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/keyword-spacing": [ + "multiline-ternary": [ "off" ], - "vue/max-attributes-per-line": [ + "new-parens": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "newline-per-chained-call": [ "off" ], - "vue/multiline-ternary": [ + "no-confusing-arrow": [ + 0 + ], + "no-extra-parens": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "no-extra-semi": [ "off" ], - "vue/no-extra-parens": [ + "no-floating-decimal": [ "off" ], - "vue/no-multi-spaces": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "no-multi-spaces": [ "off" ], - "vue/object-curly-newline": [ + "no-multiple-empty-lines": [ "off" ], - "vue/object-curly-spacing": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/object-property-newline": [ + "no-whitespace-before-property": [ "off" ], - "vue/operator-linebreak": [ + "nonblock-statement-body-position": [ "off" ], - "vue/quote-props": [ + "object-curly-newline": [ "off" ], - "vue/script-indent": [ + "object-curly-spacing": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "object-property-newline": [ "off" ], - "vue/space-in-parens": [ + "one-var-declaration-per-line": [ "off" ], - "vue/space-infix-ops": [ + "operator-linebreak": [ "off" ], - "vue/space-unary-ops": [ + "padded-blocks": [ "off" ], - "vue/template-curly-spacing": [ + "quote-props": [ "off" ], - "generator-star": [ + "quotes": [ + 0, + "single", + { + "avoidEscape": true, + "allowTemplateLiterals": true + } + ], + "rest-spread-spacing": [ "off" ], - "indent-legacy": [ + "semi": [ "off" ], - "no-arrow-condition": [ + "semi-spacing": [ "off" ], - "no-comma-dangle": [ + "semi-style": [ "off" ], - "no-reserved-keys": [ + "space-before-blocks": [ "off" ], - "no-space-before-semi": [ + "space-before-function-paren": [ "off" ], - "no-spaced-func": [ + "space-in-parens": [ "off" ], - "no-wrap-func": [ + "space-infix-ops": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/react-ts-src-Generated-index.ts.json b/snapshots/react-ts-src-Generated-index.ts.json index e34e017..5d47d64 100644 --- a/snapshots/react-ts-src-Generated-index.ts.json +++ b/snapshots/react-ts-src-Generated-index.ts.json @@ -841,522 +841,525 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/react-ts. "curly": [ 0 ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], - "quotes": [ - 0, - "single", - { - "avoidEscape": true, - "allowTemplateLiterals": true - } - ], "@typescript-eslint/lines-around-comment": [ 0 ], "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "brace-style": [ + "babel/object-curly-spacing": [ "off" ], - "comma-dangle": [ + "babel/semi": [ "off" ], - "comma-spacing": [ + "flowtype/boolean-style": [ "off" ], - "comma-style": [ + "flowtype/delimiter-dangle": [ "off" ], - "computed-property-spacing": [ + "flowtype/generic-spacing": [ "off" ], - "dot-location": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "eol-last": [ + "flowtype/object-type-delimiter": [ "off" ], - "func-call-spacing": [ + "flowtype/quotes": [ "off" ], - "function-call-argument-newline": [ + "flowtype/semi": [ "off" ], - "function-paren-newline": [ + "flowtype/space-after-type-colon": [ "off" ], - "generator-star-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/space-before-type-colon": [ "off" ], - "indent": [ + "flowtype/union-intersection-spacing": [ "off" ], - "jsx-quotes": [ + "react/jsx-child-element-spacing": [ "off" ], - "key-spacing": [ + "react/jsx-closing-bracket-location": [ "off" ], - "keyword-spacing": [ + "react/jsx-closing-tag-location": [ "off" ], - "linebreak-style": [ + "react/jsx-curly-newline": [ "off" ], - "max-statements-per-line": [ + "react/jsx-curly-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-equals-spacing": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-first-prop-new-line": [ "off" ], - "new-parens": [ + "react/jsx-indent": [ "off" ], - "no-extra-parens": [ + "react/jsx-indent-props": [ "off" ], - "no-extra-semi": [ + "react/jsx-max-props-per-line": [ "off" ], - "no-floating-decimal": [ + "react/jsx-newline": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-one-expression-per-line": [ "off" ], - "no-multi-spaces": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-tag-spacing": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-wrap-multilines": [ "off" ], - "no-whitespace-before-property": [ + "standard/array-bracket-even-spacing": [ "off" ], - "nonblock-statement-body-position": [ + "standard/computed-property-even-spacing": [ "off" ], - "object-curly-newline": [ + "standard/object-curly-even-spacing": [ "off" ], - "object-curly-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "object-property-newline": [ + "unicorn/no-nested-ternary": [ "off" ], - "one-var-declaration-per-line": [ + "unicorn/number-literal-case": [ "off" ], - "operator-linebreak": [ + "vue/array-bracket-newline": [ "off" ], - "padded-blocks": [ + "vue/array-bracket-spacing": [ "off" ], - "quote-props": [ + "vue/array-element-newline": [ "off" ], - "rest-spread-spacing": [ + "vue/arrow-spacing": [ "off" ], - "semi": [ + "vue/block-spacing": [ "off" ], - "semi-spacing": [ + "vue/block-tag-newline": [ "off" ], - "semi-style": [ + "vue/brace-style": [ "off" ], - "space-before-blocks": [ + "vue/comma-dangle": [ "off" ], - "space-before-function-paren": [ + "vue/comma-spacing": [ "off" ], - "space-in-parens": [ + "vue/comma-style": [ "off" ], - "space-infix-ops": [ + "vue/dot-location": [ "off" ], - "space-unary-ops": [ + "vue/func-call-spacing": [ "off" ], - "switch-colon-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "template-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/html-end-tags": [ "off" ], - "wrap-iife": [ + "vue/html-indent": [ "off" ], - "wrap-regex": [ + "vue/html-quotes": [ "off" ], - "yield-star-spacing": [ + "vue/key-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/keyword-spacing": [ "off" ], - "@babel/semi": [ + "vue/max-attributes-per-line": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/multiline-ternary": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/no-extra-parens": [ "off" ], - "babel/object-curly-spacing": [ + "vue/no-multi-spaces": [ "off" ], - "babel/semi": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/boolean-style": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/object-curly-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/object-property-newline": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/operator-linebreak": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/quote-props": [ "off" ], - "flowtype/quotes": [ + "vue/script-indent": [ "off" ], - "flowtype/semi": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/space-in-parens": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/space-infix-ops": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/space-unary-ops": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-closing-bracket-location": [ + "generator-star": [ "off" ], - "react/jsx-closing-tag-location": [ + "no-comma-dangle": [ "off" ], - "react/jsx-curly-newline": [ + "no-reserved-keys": [ "off" ], - "react/jsx-curly-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-equals-spacing": [ + "no-wrap-func": [ "off" ], - "react/jsx-first-prop-new-line": [ + "space-after-function-name": [ "off" ], - "react/jsx-indent": [ + "space-before-function-parentheses": [ "off" ], - "react/jsx-indent-props": [ + "space-in-brackets": [ "off" ], - "react/jsx-max-props-per-line": [ + "no-arrow-condition": [ "off" ], - "react/jsx-newline": [ + "space-after-keywords": [ "off" ], - "react/jsx-one-expression-per-line": [ + "space-before-keywords": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "space-return-throw-case": [ "off" ], - "react/jsx-tag-spacing": [ + "no-spaced-func": [ "off" ], - "react/jsx-wrap-multilines": [ + "indent-legacy": [ "off" ], - "standard/array-bracket-even-spacing": [ + "array-bracket-newline": [ "off" ], - "standard/computed-property-even-spacing": [ + "array-bracket-spacing": [ "off" ], - "standard/object-curly-even-spacing": [ + "array-element-newline": [ "off" ], - "unicorn/empty-brace-spaces": [ + "arrow-parens": [ "off" ], - "unicorn/no-nested-ternary": [ + "arrow-spacing": [ "off" ], - "unicorn/number-literal-case": [ + "block-spacing": [ "off" ], - "vue/array-bracket-newline": [ + "brace-style": [ "off" ], - "vue/array-bracket-spacing": [ + "comma-dangle": [ "off" ], - "vue/array-element-newline": [ + "comma-spacing": [ "off" ], - "vue/arrow-spacing": [ + "comma-style": [ "off" ], - "vue/block-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/block-tag-newline": [ + "dot-location": [ "off" ], - "vue/brace-style": [ + "eol-last": [ "off" ], - "vue/comma-dangle": [ + "func-call-spacing": [ "off" ], - "vue/comma-spacing": [ + "function-call-argument-newline": [ "off" ], - "vue/comma-style": [ + "function-paren-newline": [ "off" ], - "vue/dot-location": [ + "generator-star-spacing": [ "off" ], - "vue/func-call-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/html-closing-bracket-newline": [ + "indent": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "jsx-quotes": [ "off" ], - "vue/html-end-tags": [ + "key-spacing": [ "off" ], - "vue/html-indent": [ + "keyword-spacing": [ "off" ], - "vue/html-quotes": [ + "linebreak-style": [ "off" ], - "vue/key-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/keyword-spacing": [ + "multiline-ternary": [ "off" ], - "vue/max-attributes-per-line": [ + "new-parens": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "newline-per-chained-call": [ "off" ], - "vue/multiline-ternary": [ + "no-confusing-arrow": [ + 0 + ], + "no-extra-parens": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "no-extra-semi": [ "off" ], - "vue/no-extra-parens": [ + "no-floating-decimal": [ "off" ], - "vue/no-multi-spaces": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "no-multi-spaces": [ "off" ], - "vue/object-curly-newline": [ + "no-multiple-empty-lines": [ "off" ], - "vue/object-curly-spacing": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/object-property-newline": [ + "no-whitespace-before-property": [ "off" ], - "vue/operator-linebreak": [ + "nonblock-statement-body-position": [ "off" ], - "vue/quote-props": [ + "object-curly-newline": [ "off" ], - "vue/script-indent": [ + "object-curly-spacing": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "object-property-newline": [ "off" ], - "vue/space-in-parens": [ + "one-var-declaration-per-line": [ "off" ], - "vue/space-infix-ops": [ + "operator-linebreak": [ "off" ], - "vue/space-unary-ops": [ + "padded-blocks": [ "off" ], - "vue/template-curly-spacing": [ + "quote-props": [ "off" ], - "generator-star": [ + "quotes": [ + 0, + "single", + { + "avoidEscape": true, + "allowTemplateLiterals": true + } + ], + "rest-spread-spacing": [ "off" ], - "indent-legacy": [ + "semi": [ "off" ], - "no-arrow-condition": [ + "semi-spacing": [ "off" ], - "no-comma-dangle": [ + "semi-style": [ "off" ], - "no-reserved-keys": [ + "space-before-blocks": [ "off" ], - "no-space-before-semi": [ + "space-before-function-paren": [ "off" ], - "no-spaced-func": [ + "space-in-parens": [ "off" ], - "no-wrap-func": [ + "space-infix-ops": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [ diff --git a/snapshots/react-ts-src-Mocks-Data-index.ts.json b/snapshots/react-ts-src-Mocks-Data-index.ts.json index 3e551a9..4865a94 100644 --- a/snapshots/react-ts-src-Mocks-Data-index.ts.json +++ b/snapshots/react-ts-src-Mocks-Data-index.ts.json @@ -849,522 +849,525 @@ $ {ABS_PATH}/eslint-config/node_modules/.bin/eslint --config ./configs/react-ts. "curly": [ 0 ], - "lines-around-comment": [ - 0 - ], - "max-len": [ - 0, - 170, - 4, - { - "ignoreComments": true, - "ignoreUrls": true, - "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" - } - ], - "no-confusing-arrow": [ - 0 - ], - "no-mixed-operators": [ - 0, - { - "groups": [ - [ - "==", - "!=", - "===", - "!==", - ">", - ">=", - "<", - "<=" - ], - [ - "&&", - "||" - ], - [ - "in", - "instanceof" - ] - ], - "allowSamePrecedence": true - } - ], - "no-tabs": [ - 0 - ], "no-unexpected-multiline": [ 0 ], - "quotes": [ - 0, - "single", - { - "avoidEscape": true, - "allowTemplateLiterals": true - } - ], "@typescript-eslint/lines-around-comment": [ 0 ], "babel/quotes": [ 0 ], + "unicorn/template-indent": [ + 0 + ], "vue/html-self-closing": [ 0 ], "vue/max-len": [ 0 ], - "array-bracket-newline": [ + "@babel/object-curly-spacing": [ "off" ], - "array-bracket-spacing": [ + "@babel/semi": [ "off" ], - "array-element-newline": [ + "@typescript-eslint/block-spacing": [ "off" ], - "arrow-parens": [ + "@typescript-eslint/key-spacing": [ "off" ], - "arrow-spacing": [ + "@typescript-eslint/object-curly-spacing": [ "off" ], - "block-spacing": [ + "@typescript-eslint/space-before-blocks": [ "off" ], - "brace-style": [ + "babel/object-curly-spacing": [ "off" ], - "comma-dangle": [ + "babel/semi": [ "off" ], - "comma-spacing": [ + "flowtype/boolean-style": [ "off" ], - "comma-style": [ + "flowtype/delimiter-dangle": [ "off" ], - "computed-property-spacing": [ + "flowtype/generic-spacing": [ "off" ], - "dot-location": [ + "flowtype/object-type-curly-spacing": [ "off" ], - "eol-last": [ + "flowtype/object-type-delimiter": [ "off" ], - "func-call-spacing": [ + "flowtype/quotes": [ "off" ], - "function-call-argument-newline": [ + "flowtype/semi": [ "off" ], - "function-paren-newline": [ + "flowtype/space-after-type-colon": [ "off" ], - "generator-star-spacing": [ + "flowtype/space-before-generic-bracket": [ "off" ], - "implicit-arrow-linebreak": [ + "flowtype/space-before-type-colon": [ "off" ], - "indent": [ + "flowtype/union-intersection-spacing": [ "off" ], - "jsx-quotes": [ + "react/jsx-child-element-spacing": [ "off" ], - "key-spacing": [ + "react/jsx-closing-bracket-location": [ "off" ], - "keyword-spacing": [ + "react/jsx-closing-tag-location": [ "off" ], - "linebreak-style": [ + "react/jsx-curly-newline": [ "off" ], - "max-statements-per-line": [ + "react/jsx-curly-spacing": [ "off" ], - "multiline-ternary": [ + "react/jsx-equals-spacing": [ "off" ], - "newline-per-chained-call": [ + "react/jsx-first-prop-new-line": [ "off" ], - "new-parens": [ + "react/jsx-indent": [ "off" ], - "no-extra-parens": [ + "react/jsx-indent-props": [ "off" ], - "no-extra-semi": [ + "react/jsx-max-props-per-line": [ "off" ], - "no-floating-decimal": [ + "react/jsx-newline": [ "off" ], - "no-mixed-spaces-and-tabs": [ + "react/jsx-one-expression-per-line": [ "off" ], - "no-multi-spaces": [ + "react/jsx-props-no-multi-spaces": [ "off" ], - "no-multiple-empty-lines": [ + "react/jsx-tag-spacing": [ "off" ], - "no-trailing-spaces": [ + "react/jsx-wrap-multilines": [ "off" ], - "no-whitespace-before-property": [ + "standard/array-bracket-even-spacing": [ "off" ], - "nonblock-statement-body-position": [ + "standard/computed-property-even-spacing": [ "off" ], - "object-curly-newline": [ + "standard/object-curly-even-spacing": [ "off" ], - "object-curly-spacing": [ + "unicorn/empty-brace-spaces": [ "off" ], - "object-property-newline": [ + "unicorn/no-nested-ternary": [ "off" ], - "one-var-declaration-per-line": [ + "unicorn/number-literal-case": [ "off" ], - "operator-linebreak": [ + "vue/array-bracket-newline": [ "off" ], - "padded-blocks": [ + "vue/array-bracket-spacing": [ "off" ], - "quote-props": [ + "vue/array-element-newline": [ "off" ], - "rest-spread-spacing": [ + "vue/arrow-spacing": [ "off" ], - "semi": [ + "vue/block-spacing": [ "off" ], - "semi-spacing": [ + "vue/block-tag-newline": [ "off" ], - "semi-style": [ + "vue/brace-style": [ "off" ], - "space-before-blocks": [ + "vue/comma-dangle": [ "off" ], - "space-before-function-paren": [ + "vue/comma-spacing": [ "off" ], - "space-in-parens": [ + "vue/comma-style": [ "off" ], - "space-infix-ops": [ + "vue/dot-location": [ "off" ], - "space-unary-ops": [ + "vue/func-call-spacing": [ "off" ], - "switch-colon-spacing": [ + "vue/html-closing-bracket-newline": [ "off" ], - "template-curly-spacing": [ + "vue/html-closing-bracket-spacing": [ "off" ], - "template-tag-spacing": [ + "vue/html-end-tags": [ "off" ], - "wrap-iife": [ + "vue/html-indent": [ "off" ], - "wrap-regex": [ + "vue/html-quotes": [ "off" ], - "yield-star-spacing": [ + "vue/key-spacing": [ "off" ], - "@babel/object-curly-spacing": [ + "vue/keyword-spacing": [ "off" ], - "@babel/semi": [ + "vue/max-attributes-per-line": [ "off" ], - "@typescript-eslint/block-spacing": [ + "vue/multiline-html-element-content-newline": [ "off" ], - "@typescript-eslint/key-spacing": [ + "vue/multiline-ternary": [ "off" ], - "@typescript-eslint/object-curly-spacing": [ + "vue/mustache-interpolation-spacing": [ "off" ], - "@typescript-eslint/space-before-blocks": [ + "vue/no-extra-parens": [ "off" ], - "babel/object-curly-spacing": [ + "vue/no-multi-spaces": [ "off" ], - "babel/semi": [ + "vue/no-spaces-around-equal-signs-in-attribute": [ "off" ], - "flowtype/boolean-style": [ + "vue/object-curly-newline": [ "off" ], - "flowtype/delimiter-dangle": [ + "vue/object-curly-spacing": [ "off" ], - "flowtype/generic-spacing": [ + "vue/object-property-newline": [ "off" ], - "flowtype/object-type-curly-spacing": [ + "vue/operator-linebreak": [ "off" ], - "flowtype/object-type-delimiter": [ + "vue/quote-props": [ "off" ], - "flowtype/quotes": [ + "vue/script-indent": [ "off" ], - "flowtype/semi": [ + "vue/singleline-html-element-content-newline": [ "off" ], - "flowtype/space-after-type-colon": [ + "vue/space-in-parens": [ "off" ], - "flowtype/space-before-generic-bracket": [ + "vue/space-infix-ops": [ "off" ], - "flowtype/space-before-type-colon": [ + "vue/space-unary-ops": [ "off" ], - "flowtype/union-intersection-spacing": [ + "vue/template-curly-spacing": [ "off" ], - "react/jsx-child-element-spacing": [ + "space-unary-word-ops": [ "off" ], - "react/jsx-closing-bracket-location": [ + "generator-star": [ "off" ], - "react/jsx-closing-tag-location": [ + "no-comma-dangle": [ "off" ], - "react/jsx-curly-newline": [ + "no-reserved-keys": [ "off" ], - "react/jsx-curly-spacing": [ + "no-space-before-semi": [ "off" ], - "react/jsx-equals-spacing": [ + "no-wrap-func": [ "off" ], - "react/jsx-first-prop-new-line": [ + "space-after-function-name": [ "off" ], - "react/jsx-indent": [ + "space-before-function-parentheses": [ "off" ], - "react/jsx-indent-props": [ + "space-in-brackets": [ "off" ], - "react/jsx-max-props-per-line": [ + "no-arrow-condition": [ "off" ], - "react/jsx-newline": [ + "space-after-keywords": [ "off" ], - "react/jsx-one-expression-per-line": [ + "space-before-keywords": [ "off" ], - "react/jsx-props-no-multi-spaces": [ + "space-return-throw-case": [ "off" ], - "react/jsx-tag-spacing": [ + "no-spaced-func": [ "off" ], - "react/jsx-wrap-multilines": [ + "indent-legacy": [ "off" ], - "standard/array-bracket-even-spacing": [ + "array-bracket-newline": [ "off" ], - "standard/computed-property-even-spacing": [ + "array-bracket-spacing": [ "off" ], - "standard/object-curly-even-spacing": [ + "array-element-newline": [ "off" ], - "unicorn/empty-brace-spaces": [ + "arrow-parens": [ "off" ], - "unicorn/no-nested-ternary": [ + "arrow-spacing": [ "off" ], - "unicorn/number-literal-case": [ + "block-spacing": [ "off" ], - "vue/array-bracket-newline": [ + "brace-style": [ "off" ], - "vue/array-bracket-spacing": [ + "comma-dangle": [ "off" ], - "vue/array-element-newline": [ + "comma-spacing": [ "off" ], - "vue/arrow-spacing": [ + "comma-style": [ "off" ], - "vue/block-spacing": [ + "computed-property-spacing": [ "off" ], - "vue/block-tag-newline": [ + "dot-location": [ "off" ], - "vue/brace-style": [ + "eol-last": [ "off" ], - "vue/comma-dangle": [ + "func-call-spacing": [ "off" ], - "vue/comma-spacing": [ + "function-call-argument-newline": [ "off" ], - "vue/comma-style": [ + "function-paren-newline": [ "off" ], - "vue/dot-location": [ + "generator-star-spacing": [ "off" ], - "vue/func-call-spacing": [ + "implicit-arrow-linebreak": [ "off" ], - "vue/html-closing-bracket-newline": [ + "indent": [ "off" ], - "vue/html-closing-bracket-spacing": [ + "jsx-quotes": [ "off" ], - "vue/html-end-tags": [ + "key-spacing": [ "off" ], - "vue/html-indent": [ + "keyword-spacing": [ "off" ], - "vue/html-quotes": [ + "linebreak-style": [ "off" ], - "vue/key-spacing": [ + "lines-around-comment": [ + 0 + ], + "max-len": [ + 0, + 170, + 4, + { + "ignoreComments": true, + "ignoreUrls": true, + "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(" + } + ], + "max-statements-per-line": [ "off" ], - "vue/keyword-spacing": [ + "multiline-ternary": [ "off" ], - "vue/max-attributes-per-line": [ + "new-parens": [ "off" ], - "vue/multiline-html-element-content-newline": [ + "newline-per-chained-call": [ "off" ], - "vue/multiline-ternary": [ + "no-confusing-arrow": [ + 0 + ], + "no-extra-parens": [ "off" ], - "vue/mustache-interpolation-spacing": [ + "no-extra-semi": [ "off" ], - "vue/no-extra-parens": [ + "no-floating-decimal": [ "off" ], - "vue/no-multi-spaces": [ + "no-mixed-operators": [ + 0, + { + "groups": [ + [ + "==", + "!=", + "===", + "!==", + ">", + ">=", + "<", + "<=" + ], + [ + "&&", + "||" + ], + [ + "in", + "instanceof" + ] + ], + "allowSamePrecedence": true + } + ], + "no-mixed-spaces-and-tabs": [ "off" ], - "vue/no-spaces-around-equal-signs-in-attribute": [ + "no-multi-spaces": [ "off" ], - "vue/object-curly-newline": [ + "no-multiple-empty-lines": [ "off" ], - "vue/object-curly-spacing": [ + "no-tabs": [ + 0 + ], + "no-trailing-spaces": [ "off" ], - "vue/object-property-newline": [ + "no-whitespace-before-property": [ "off" ], - "vue/operator-linebreak": [ + "nonblock-statement-body-position": [ "off" ], - "vue/quote-props": [ + "object-curly-newline": [ "off" ], - "vue/script-indent": [ + "object-curly-spacing": [ "off" ], - "vue/singleline-html-element-content-newline": [ + "object-property-newline": [ "off" ], - "vue/space-in-parens": [ + "one-var-declaration-per-line": [ "off" ], - "vue/space-infix-ops": [ + "operator-linebreak": [ "off" ], - "vue/space-unary-ops": [ + "padded-blocks": [ "off" ], - "vue/template-curly-spacing": [ + "quote-props": [ "off" ], - "generator-star": [ + "quotes": [ + 0, + "single", + { + "avoidEscape": true, + "allowTemplateLiterals": true + } + ], + "rest-spread-spacing": [ "off" ], - "indent-legacy": [ + "semi": [ "off" ], - "no-arrow-condition": [ + "semi-spacing": [ "off" ], - "no-comma-dangle": [ + "semi-style": [ "off" ], - "no-reserved-keys": [ + "space-before-blocks": [ "off" ], - "no-space-before-semi": [ + "space-before-function-paren": [ "off" ], - "no-spaced-func": [ + "space-in-parens": [ "off" ], - "no-wrap-func": [ + "space-infix-ops": [ "off" ], - "space-after-function-name": [ + "space-unary-ops": [ "off" ], - "space-after-keywords": [ + "switch-colon-spacing": [ "off" ], - "space-before-function-parentheses": [ + "template-curly-spacing": [ "off" ], - "space-before-keywords": [ + "template-tag-spacing": [ "off" ], - "space-in-brackets": [ + "wrap-iife": [ "off" ], - "space-return-throw-case": [ + "wrap-regex": [ "off" ], - "space-unary-word-ops": [ + "yield-star-spacing": [ "off" ], "react/jsx-space-before-closing": [