Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Aug 30, 2022
1 parent cfc4f95 commit 59b3faa
Show file tree
Hide file tree
Showing 12 changed files with 936 additions and 5,809 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/dist
/src-bex/www
/src-capacitor
/src-cordova
/.quasar
/node_modules
.eslintrc.js
babel.config.js
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ module.exports = {
root: true,

parserOptions: {
parser: '@babel/eslint-parser',
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module' // Allows for the use of imports
ecmaVersion: '2021' // Allows for the parsing of modern ECMAScript features
},

env: {
node: true,
browser: true,
'vue/setup-compiler-macros': true
},
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ node_modules
/src-capacitor/www
/src-capacitor/node_modules

# BEX related directories and files
/src-bex/www
/src-bex/js/core

# Log files
npm-debug.log*
yarn-debug.log*
Expand Down
9 changes: 0 additions & 9 deletions .postcssrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ quasar build
```

### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
13 changes: 0 additions & 13 deletions babel.config.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/index.template.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<noscript>
<strong>Unfortunately, <%= productName %> can't work without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<!-- DO NOT touch the following DIV -->
<div id="q-app"></div>
<!-- quasar:entry-point -->
</body>
</html>
Loading

0 comments on commit 59b3faa

Please sign in to comment.