Skip to content

Commit

Permalink
fix(ci/cd) Исправлено раасположение конфиг файлов
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibochkarev committed Mar 30, 2023
1 parent a0280f3 commit 3dab734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/mgr/**/*.js
**/lib/**/*.js
**/js/web/*.js
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ rules:
comma-dangle:
- 2
- always-multiline
ignorePatterns: [
'**/mgr/**/*.js',
'**/lib/**/*.js',
'**/js/web/*.js',
]

0 comments on commit 3dab734

Please sign in to comment.