From 1894feec720389878c3dfcd7ad5211cf5b6e25dd Mon Sep 17 00:00:00 2001 From: Nikolay Savin Date: Fri, 31 Mar 2023 02:03:56 +0600 Subject: [PATCH] prtest-2 (#835) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * prtest-2 * fix(ci/cd) Исправлено раасположение конфиг файлов --------- Co-authored-by: Bochkarev Ivan Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .eslintignore | 6 +++--- .eslintrc | 2 +- .github/workflows/eslint.yml | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 03937e61f..c01c9f87b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,3 @@ -**/mgr/**/*.js -**/lib/**/*.js -**/js/web/*.js +**/mgr/**/*.js +**/lib/**/*.js +**/js/web/*.js \ No newline at end of file diff --git a/.eslintrc b/.eslintrc index dd6b847c8..9e5aaa019 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,4 +14,4 @@ parserOptions: rules: comma-dangle: - 2 - - always-multiline + - always-multiline \ No newline at end of file diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 9a13c1812..96dc41580 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -19,8 +19,9 @@ jobs: - name: Run eslint on changed files uses: tj-actions/eslint-changed-files@v18 with: - config_path: "/.eslintrc" - ignore_path: "/.eslintignore" + # path: "/" + # config_path: ".eslintrc" + # ignore_path: "/.eslintignore" extra_args: "--max-warnings=0" file_extensions: | **/*.js