Skip to content

Commit

Permalink
Merge pull request #27 from frontend-park-mail-ru/feature-vdom
Browse files Browse the repository at this point in the history
Feature vdom
  • Loading branch information
let-robots-reign authored Dec 16, 2024
2 parents 9fa5be2 + ef00a1a commit d40bc33
Show file tree
Hide file tree
Showing 295 changed files with 6,469 additions and 5,850 deletions.
13 changes: 13 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,21 @@ export default tsEslint.config(
...pluginJs.configs.recommended,
files: ['src/**/*.js', 'src/**/*.mjs'],
},
{
rules: {
'@typescript-eslint/no-unused-vars': [
'error',
{
vars: 'all',
varsIgnorePattern: 'vdom',
args: 'after-used',
},
],
},
},
tsEslint.configs.recommended,
eslintConfigPrettier,

{
files: ['src/**/*.tsx', 'src/**/*.ts'],
},
Expand Down
10 changes: 10 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
declare module '*.svg';
declare module '*.png';
declare module '*.jpg';
declare module '*.jpeg';
declare module '*.gif';
declare module '*.woff';
declare module '*.woff2';
declare module '*.eot';
declare module '*.ttf';
declare module '*.otf';
14 changes: 0 additions & 14 deletions src/Components/AlertWindow/AlertWindow.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/Components/AlertWindow/AlertWindowView.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/Components/AlertWindow/alert-window.hbs

This file was deleted.

93 changes: 0 additions & 93 deletions src/Components/ApplicantProfileForm/ApplicantProfileForm.js

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions src/Components/ApplicantProfileForm/ApplicantProfileFormModel.js

This file was deleted.

36 changes: 0 additions & 36 deletions src/Components/ApplicantProfileForm/ApplicantProfileFormView.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d40bc33

Please sign in to comment.