Skip to content

Commit

Permalink
Merge branch 'main' into pic-packend
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine authored Aug 8, 2024
2 parents 5c01446 + 32e2bac commit 558a9df
Show file tree
Hide file tree
Showing 29 changed files with 1,480 additions and 112 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'prettier'
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'eslint-plugin-local-rules'],
plugins: ['@typescript-eslint', 'eslint-plugin-local-rules', 'import'],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
Expand Down Expand Up @@ -53,6 +53,7 @@ module.exports = {
'no-delete-var': 'error',
'curly': 'error',
'arrow-body-style': ['warn', 'as-needed'],
'import/no-duplicates': ['error', { 'prefer-inline': true }],
},
globals: {
NodeJS: true
Expand Down
Loading

0 comments on commit 558a9df

Please sign in to comment.