Skip to content

Commit

Permalink
all pacakages upgrade done (#5) (#6)
Browse files Browse the repository at this point in the history
* all pacakages upgrade done

* custom class changes done

* mdi icon remove and add vuetify setup for mdi icon

* eslint any type changes done

Co-authored-by: Anjali Rana <[email protected]>
  • Loading branch information
phoenixcoded20 and ct-anjali-rana committed Jun 24, 2024
1 parent c45f30a commit 31f89a2
Show file tree
Hide file tree
Showing 31 changed files with 1,249 additions and 2,204 deletions.
16 changes: 0 additions & 16 deletions .eslintrc.cjs

This file was deleted.

18 changes: 18 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import globals from 'globals';
import pluginJs from '@eslint/js';
import tseslint from 'typescript-eslint';
import pluginVue from 'eslint-plugin-vue';

export default [
{
languageOptions: {
globals: globals.browser,
parserOptions: {
parser: '@typescript-eslint/parser'
}
}
},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
...pluginVue.configs['flat/essential']
];
Loading

0 comments on commit 31f89a2

Please sign in to comment.