Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cashubtc/cashu.me into cashu-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Brakke committed May 10, 2023
2 parents 74ed388 + a53ad31 commit 9cd71d1
Show file tree
Hide file tree
Showing 22 changed files with 7,997 additions and 17,183 deletions.
21 changes: 1 addition & 20 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ 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: {
Expand Down Expand Up @@ -72,22 +70,5 @@ module.exports = {
// We disable this rule and only keep it for Vue files
rules: { "vue/no-unused-properties": "off" },
},
{
files: [
"**/test/jest/__tests__/**/*.{spec,test}.{js,jsx,ts,tsx}",
"**/*.jest.{spec,test}.{js,jsx,ts,tsx}",
],
env: {
browser: true,
},
extends: [
// Removes 'no-undef' lint errors for Jest global functions (`describe`, `it`, etc),
// add Jest-specific lint rules and Jest plugin
// See https://github.com/jest-community/eslint-plugin-jest#recommended
"plugin:jest/recommended",
// Uncomment following line to apply style rules
// 'plugin:jest/style',
],
},
],
};
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
".npmrc": true,
".postcssrc.js": true,
".quasar": true,
".vscode": true,
"dist": true,
"node_modules": true
},
Expand Down
19 changes: 0 additions & 19 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 @@ -24,7 +24,6 @@
<link rel="icon" type="image/ico" href="favicon.ico" />
</head>
<body>
<!-- DO NOT touch the following DIV -->
<div id="q-app"></div>
<!-- quasar:entry-point -->
</body>
</html>
17 changes: 0 additions & 17 deletions jest.config.mjs

This file was deleted.

Loading

0 comments on commit 9cd71d1

Please sign in to comment.