Skip to content

Commit

Permalink
Revert "Merge branch 'main' of https://github.com/hotwax/ionic-sdk in…
Browse files Browse the repository at this point in the history
…to ionic-support-1.5.0"

This reverts commit 1d2dc69, reversing
changes made to 7516360.
  • Loading branch information
k2maan committed Sep 14, 2023
1 parent 1d2dc69 commit 75a53cc
Show file tree
Hide file tree
Showing 6 changed files with 4,626 additions and 6,440 deletions.
18 changes: 5 additions & 13 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 75a53cc

Please sign in to comment.