Skip to content

Commit

Permalink
Revert "Revert "Upgraded to ionic 6(#1y2ract)""
Browse files Browse the repository at this point in the history
This reverts commit 1b0f18a.
  • Loading branch information
disha1202 committed Jan 28, 2022
1 parent a80d93a commit ec29a36
Show file tree
Hide file tree
Showing 4 changed files with 5,820 additions and 29,575 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ module.exports = {
'@vue/typescript/recommended'
],
parserOptions: {
ecmaVersion: 2020
ecmaVersion: 2020,
parser: '@typescript-eslint/parser'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'vue/no-deprecated-slot-attribute': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'vue/multi-word-component-names' : 'off'
},
overrides: [
{
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module.exports = {
transform: {
'^.+\\.vue$': 'vue-jest'
},
transformIgnorePatterns: ['/node_modules/(?!@ionic/vue|@ionic/vue-router)']
transformIgnorePatterns: ['/node_modules/(?!@ionic/vue|@ionic/vue-router|@ionic/core|@stencil/core|ionicons)']
}
Loading

0 comments on commit ec29a36

Please sign in to comment.