Skip to content

Commit

Permalink
Fixes to intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
MatijaNovosel committed Aug 19, 2024
1 parent 85605e4 commit 5b72c85
Show file tree
Hide file tree
Showing 77 changed files with 337 additions and 4,204 deletions.
19 changes: 2 additions & 17 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
module.exports = {
root: true,
globals: {
NodeJS: true
},
env: {
node: true,
es2022: true
node: true
},
extends: ["eslint:recommended", "plugin:vue/vue3-recommended", "@vue/typescript/recommended"],
parserOptions: {
ecmaVersion: 2020
},
rules: {
"no-console": "off",
"no-debugger": "off",
Expand Down Expand Up @@ -39,13 +32,5 @@ module.exports = {
"@typescript-eslint/no-non-null-assertion": "off",
"vue/max-attributes-per-line": "off",
"vue/html-self-closing": "off"
},
overrides: [
{
files: ["**/__tests__/*.{j,t}s?(x)", "**/tests/unit/**/*.spec.{j,t}s?(x)"],
env: {
mocha: true
}
}
]
}
};
15 changes: 0 additions & 15 deletions .vscode/extensions.json

This file was deleted.

101 changes: 0 additions & 101 deletions android/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions android/app/.gitignore

This file was deleted.

54 changes: 0 additions & 54 deletions android/app/build.gradle

This file was deleted.

19 changes: 0 additions & 19 deletions android/app/capacitor.build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions android/app/proguard-rules.pro

This file was deleted.

41 changes: 0 additions & 41 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

5 changes: 0 additions & 5 deletions android/app/src/main/java/neat/memos/MainActivity.kt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 0 additions & 34 deletions android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Loading

0 comments on commit 5b72c85

Please sign in to comment.