Skip to content

Commit

Permalink
Merge pull request #130 from ymaheshwari1/dxp-components/#95-ionic
Browse files Browse the repository at this point in the history
Implemented: support to use ionic components in dxp components(#95)
  • Loading branch information
ravilodhi authored Sep 7, 2023
2 parents 5ee71dc + 2cf0a90 commit 8566042
Show file tree
Hide file tree
Showing 8 changed files with 4,122 additions and 5,604 deletions.
16 changes: 4 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
module.exports = {
"env": {
"node": true
},
"root": true,
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
"plugin:@typescript-eslint/recommended",
"@vue/eslint-config-typescript/recommended",
"@vue/eslint-config-prettier"
]
}
7 changes: 0 additions & 7 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit 8566042

Please sign in to comment.