Skip to content

Commit

Permalink
prtest-2 (modx-pro#835)
Browse files Browse the repository at this point in the history
* prtest-2

* fix(ci/cd) Исправлено раасположение конфиг файлов

---------

Co-authored-by: Bochkarev Ivan <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 30, 2023
1 parent 3dab734 commit 1894fee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**/mgr/**/*.js
**/lib/**/*.js
**/js/web/*.js
**/mgr/**/*.js
**/lib/**/*.js
**/js/web/*.js
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ parserOptions:
rules:
comma-dangle:
- 2
- always-multiline
- always-multiline
5 changes: 3 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1894fee

Please sign in to comment.