Skip to content

Commit

Permalink
Reverted: support to use ionic components in dxp components due to lo…
Browse files Browse the repository at this point in the history
…ader issue when using through npm
  • Loading branch information
ymaheshwari1 committed Sep 12, 2023
1 parent efcde9b commit 3cffe6e
Show file tree
Hide file tree
Showing 8 changed files with 5,572 additions and 4,113 deletions.
18 changes: 13 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
module.exports = {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"@vue/eslint-config-typescript/recommended",
"@vue/eslint-config-prettier"
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
]
}
}
7 changes: 7 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
presets: [
'@babel/preset-typescript',
'@babel/preset-env'
],
plugins: ['@babel/plugin-syntax-jsx', "@vue/babel-plugin-jsx", "transform-vue-jsx"]
}
Loading

0 comments on commit 3cffe6e

Please sign in to comment.