import verifyCommit from './git/verifyCommit'; import verifyMergeBranch from './git/verifyMergeBranch'; declare const _default: { eslint: { extends: string[]; parser: string; plugins: string[]; env: { browser: boolean; node: boolean; es6: boolean; mocha: boolean; jest: boolean; jasmine: boolean; }; rules: { 'prettier/prettier': string; 'react/display-name': string; 'react/jsx-props-no-spreading': string; 'react/state-in-constructor': string; 'react/static-property-placement': string; 'react/destructuring-assignment': string; 'react/jsx-filename-extension': string; 'react/no-array-index-key': string; 'react/require-default-props': string; 'react/jsx-fragments': string; 'react/jsx-wrap-multilines': string; 'react/prop-types': string; 'react/forbid-prop-types': string; 'react/sort-comp': string; 'react/react-in-jsx-scope': string; 'react/jsx-one-expression-per-line': string; 'react/jsx-no-comment-textnodes': string; 'react/jsx-no-target-blank': string; 'react/jsx-no-duplicate-props': string; 'react/jsx-no-undef': (string | { allowGlobals: boolean; })[]; 'react/jsx-uses-react': string; 'react/jsx-uses-vars': string; 'react/no-children-prop': string; 'react/no-danger-with-children': string; 'react/no-deprecated': string; 'react/no-direct-mutation-state': string; 'react/no-find-dom-node': string; 'react/no-is-mounted': string; 'react/no-render-return-value': string; 'react/no-string-refs': string; 'react/no-unescaped-entities': string; 'react/no-unknown-property': string; 'react/require-render-return': string; 'react/jsx-closing-bracket-location': string[]; 'react/jsx-tag-spacing': string; 'react/jsx-boolean-value': string; 'react-hooks/rules-of-hooks': string; 'react-hooks/exhaustive-deps': string; 'react/self-closing-comp': string; 'react/jsx-key': string; strict: string[]; 'unicode-bom': string; indent: (string | number | { SwitchCase: number; })[]; 'linebreak-style': string[]; 'eol-last': string[]; 'max-len': (string | number)[]; semi: string[]; curly: string[]; 'no-loop-func': string; radix: string; quotes: string[]; 'no-multi-str': string; 'no-new-wrappers': string; 'no-new-object': string; 'no-new-func': string; 'no-array-constructor': string; 'guard-for-in': string; 'no-prototype-builtins': string; 'no-extend-native': string; 'no-proto': string; 'no-eval': string; 'no-with': string; 'no-iterator': string; 'no-restricted-syntax': string; 'no-undef': string; 'no-dupe-class-members': string; 'no-unused-vars': string; eqeqeq: string; 'wrap-iife': string; 'prefer-destructuring': string; 'no-useless-escape': string; 'comma-dangle': string; 'space-infix-ops': (string | { int32Hint: boolean; })[]; 'block-spacing': string[]; 'space-before-blocks': string[]; 'keyword-spacing': (string | { before: boolean; after: boolean; })[]; 'spaced-comment': string[]; 'no-multiple-empty-lines': (string | { max: number; maxEOF: number; maxBOF: number; })[]; 'padded-blocks': string[]; 'jsx-quotes': string[]; 'arrow-spacing': (string | { before: boolean; after: boolean; })[]; 'no-confusing-arrow': (string | { allowParens: boolean; })[]; 'no-useless-constructor': string; 'generator-star-spacing': string[]; 'no-duplicate-imports': (string | { includeExports: boolean; })[]; 'import/imports-first': string; 'import/no-webpack-loader-syntax': string; 'no-useless-computed-key': string; 'no-useless-rename': string; 'no-var': string; 'object-shorthand': string; 'prefer-arrow-callback': string; 'prefer-const': string; 'prefer-spread': string; 'prefer-template': string; 'no-const-assign': string; 'rest-spread-spacing': string; 'symbol-description': string; 'template-curly-spacing': string[]; 'yield-star-spacing': string[]; 'no-multi-spaces': string; 'no-use-before-define': (string | { functions: boolean; classes: boolean; })[]; 'no-async-promise-executor': string; 'no-case-declarations': string; 'no-empty': string; 'no-mixed-spaces-and-tabs': string; 'function-paren-newline': string; 'sort-imports': string; 'class-methods-use-this': string; 'unicorn/prevent-abbreviations': string; 'arrow-body-style': string; 'arrow-parens': string; 'object-curly-newline': string; 'implicit-arrow-linebreak': string; 'operator-linebreak': string; 'no-param-reassign': string; 'space-before-function-paren': string; }; settings: { 'import/resolver': { node: { extensions: string[]; }; }; 'import/parsers': { '@typescript-eslint/parser': string[]; }; 'import/extensions': string[]; 'import/external-module-folders': string[]; polyfills: string[]; react: { version: string; }; }; overrides: { files: string[]; parser: string; rules: { 'no-undef': string; '@typescript-eslint/adjacent-overload-signatures': string; '@typescript-eslint/array-type': string; '@typescript-eslint/await-thenable': string; '@typescript-eslint/ban-ts-comment': string; '@typescript-eslint/ban-tslint-comment': string; 'brace-style': string; '@typescript-eslint/brace-style': string; '@typescript-eslint/class-literal-property-style': string; 'comma-dangle': string; '@typescript-eslint/comma-dangle': string; 'comma-spacing': string; '@typescript-eslint/comma-spacing': string; '@typescript-eslint/consistent-indexed-object-style': string; '@typescript-eslint/consistent-type-assertions': string; '@typescript-eslint/consistent-type-definitions': string; '@typescript-eslint/consistent-type-imports': string; 'default-param-last': string; '@typescript-eslint/default-param-last': string; 'dot-notation': string; '@typescript-eslint/dot-notation': string; '@typescript-eslint/explicit-function-return-type': string; 'func-call-spacing': string; '@typescript-eslint/func-call-spacing': string; 'init-declarations': string; '@typescript-eslint/init-declarations': string; '@typescript-eslint/keyword-spacing': (string | { before: boolean; after: boolean; })[]; 'lines-between-class-members': string; '@typescript-eslint/lines-between-class-members': string; '@typescript-eslint/member-delimiter-style': string; '@typescript-eslint/member-ordering': string; '@typescript-eslint/method-signature-style': string; '@typescript-eslint/no-array-constructor': string; '@typescript-eslint/no-base-to-string': string; '@typescript-eslint/no-confusing-non-null-assertion': string; '@typescript-eslint/no-confusing-void-expression': string; '@typescript-eslint/no-dupe-class-members': string; 'no-duplicate-imports': string; '@typescript-eslint/no-duplicate-imports': (string | { includeExports: boolean; })[]; '@typescript-eslint/no-dynamic-delete': string; 'no-empty-function': string; '@typescript-eslint/no-empty-function': string; '@typescript-eslint/no-empty-interface': string; '@typescript-eslint/no-extra-non-null-assertion': string; 'no-extra-parens': string; '@typescript-eslint/no-extra-parens': string; 'no-extra-semi': string; '@typescript-eslint/no-extra-semi': string; '@typescript-eslint/no-extraneous-class': string; '@typescript-eslint/no-floating-promises': string; '@typescript-eslint/no-for-in-array': string; '@typescript-eslint/no-implicit-any-catch': string; 'no-implied-eval': string; '@typescript-eslint/no-implied-eval': string; '@typescript-eslint/no-inferrable-types': string; 'no-invalid-this': string; '@typescript-eslint/no-invalid-this': string; '@typescript-eslint/no-invalid-void-type': string; '@typescript-eslint/no-loop-func': string; 'no-loss-of-precision': string; '@typescript-eslint/no-loss-of-precision': string; 'no-magic-numbers': string; '@typescript-eslint/no-magic-numbers': string; '@typescript-eslint/no-misused-new': string; '@typescript-eslint/no-misused-promises': string; '@typescript-eslint/no-namespace': string; '@typescript-eslint/no-non-null-asserted-optional-chain': string; '@typescript-eslint/no-parameter-properties': string; 'no-redeclare': string; '@typescript-eslint/no-redeclare': string; '@typescript-eslint/no-require-imports': string; 'no-shadow': string; '@typescript-eslint/no-shadow': string; '@typescript-eslint/no-this-alias': string; 'no-throw-literal': string; '@typescript-eslint/no-throw-literal': string; '@typescript-eslint/no-type-alias': string; '@typescript-eslint/no-unnecessary-boolean-literal-compare': string; '@typescript-eslint/no-unnecessary-condition': string; '@typescript-eslint/no-unnecessary-qualifier': string; '@typescript-eslint/no-unnecessary-type-arguments': string; '@typescript-eslint/no-unnecessary-type-assertion': string; '@typescript-eslint/no-unnecessary-type-constraint': string; '@typescript-eslint/no-unsafe-assignment': string; '@typescript-eslint/no-unsafe-call': string; '@typescript-eslint/no-unsafe-member-access': string; '@typescript-eslint/no-unsafe-return': string; 'no-unused-expressions': string; '@typescript-eslint/no-unused-expressions': string; 'no-unused-vars': string; 'no-use-before-define': string; 'no-useless-constructor': string; '@typescript-eslint/no-useless-constructor': string; '@typescript-eslint/non-nullable-type-assertion-style': string; '@typescript-eslint/prefer-as-const': string; '@typescript-eslint/prefer-enum-initializers': string; '@typescript-eslint/prefer-for-of': string; '@typescript-eslint/prefer-function-type': string; '@typescript-eslint/prefer-includes': string; '@typescript-eslint/prefer-literal-enum-member': string; '@typescript-eslint/prefer-namespace-keyword': string; '@typescript-eslint/prefer-nullish-coalescing': string; '@typescript-eslint/prefer-optional-chain': string; '@typescript-eslint/prefer-readonly': string; '@typescript-eslint/prefer-readonly-parameter-types': string; '@typescript-eslint/prefer-reduce-type-parameter': string; '@typescript-eslint/prefer-regexp-exec': string; '@typescript-eslint/prefer-string-starts-ends-with': string; '@typescript-eslint/prefer-ts-expect-error': string; '@typescript-eslint/promise-function-async': string; '@typescript-eslint/quotes': string[]; '@typescript-eslint/require-array-sort-compare': string; 'require-await': string; '@typescript-eslint/require-await': string; '@typescript-eslint/restrict-plus-operands': string; '@typescript-eslint/restrict-template-expressions': string; 'no-return-await': string; '@typescript-eslint/return-await': string; semi: string; '@typescript-eslint/semi': string[]; '@typescript-eslint/space-before-function-paren': string; '@typescript-eslint/space-infix-ops': (string | { int32Hint: boolean; })[]; '@typescript-eslint/strict-boolean-expressions': string; '@typescript-eslint/switch-exhaustiveness-check': string; '@typescript-eslint/triple-slash-reference': string; '@typescript-eslint/type-annotation-spacing': string; '@typescript-eslint/typedef': string; '@typescript-eslint/unbound-method': string; '@typescript-eslint/unified-signatures': string; '@typescript-eslint/indent': string; '@typescript-eslint/no-use-before-define': (string | { functions: boolean; classes: boolean; variables: boolean; typedefs: boolean; })[]; camelcase: string; '@typescript-eslint/camelcase': string; '@typescript-eslint/no-var-requires': string; '@typescript-eslint/explicit-member-accessibility': string; '@typescript-eslint/interface-name-prefix': string; '@typescript-eslint/no-non-null-assertion': string; '@typescript-eslint/no-explicit-any': string; '@typescript-eslint/ban-types': string; '@typescript-eslint/explicit-module-boundary-types': string; '@typescript-eslint/naming-convention': string; '@typescript-eslint/no-unused-vars': (string | { vars: string; args: string; ignoreRestSiblings: boolean; })[]; }; extends: string[]; }[]; parserOptions: { ecmaFeatures: { jsx: boolean; }; babelOptions: { presets: string[]; plugins: ((string | { legacy: boolean; })[] | (string | { loose: boolean; })[])[]; }; requireConfigFile: boolean; project: string; }; }; prettier: { proseWrap: string; tabWidth: number; useTabs: boolean; semi: boolean; singleQuote: boolean; jsxSingleQuote: boolean; printWidth: number; trailingComma: string; organizeImportsSkipDestructiveCodeActions: boolean; endOfLine: string; overrides: { files: string; options: { parser: string; }; }[]; plugins: string[]; }; stylelint: { extends: string[]; plugins: string[]; rules: { 'no-descending-specificity': any; 'function-url-quotes': string; 'selector-attribute-quotes': string; 'font-family-no-missing-generic-family-keyword': any; 'plugin/declaration-block-no-ignored-properties': boolean; 'unit-no-unknown': (boolean | { ignoreUnits: string[]; })[]; 'selector-type-no-unknown': any; 'value-keyword-case': (string | { ignoreProperties: string[]; })[]; 'no-duplicate-selectors': any; }; ignoreFiles: string[]; }; verifyCommit: typeof verifyCommit; verifyMergeBranch: typeof verifyMergeBranch; }; export default _default;