Skip to content

Commit

Permalink
Update AIPG
Browse files Browse the repository at this point in the history
  • Loading branch information
Topper authored and Topper committed Feb 9, 2024
1 parent 70b6ea0 commit b727410
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
"@typescript-eslint/no-empty-function": "off"
}
}

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
locale/lang-tools/env
__pycache__
coverage/
coverage.data
coverage.data

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ LICENSE
package-lock.json
dist/
coverage/

1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
"tabWidth": 4,
"singleQuote": true
}

1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/

EXPOSE 80

2 changes: 1 addition & 1 deletion tests/unit/database.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('database tests', () => {
'prop2',
]);

// Setting localProposals as empty doesn't overwrite the array
// Setting localProposals as empty doesn't overwrite the array
await db.updateAccount(
new Account({
encWif: 'newWIF2!',
Expand Down
1 change: 1 addition & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export default defineConfig({
},
},
});

2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* istanbul ignore file */
/* istanbul ignore file */
/* eslint-env node */
/* eslint @typescript-eslint/no-var-requires: "off" */

Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* istanbul ignore file */
/* istanbul ignore file */
/* eslint-env node */
/* eslint @typescript-eslint/no-var-requires: "off" */

Expand Down
2 changes: 1 addition & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* istanbul ignore file */
/* istanbul ignore file */
/* eslint-env node */
/* eslint @typescript-eslint/no-var-requires: "off" */

Expand Down

0 comments on commit b727410

Please sign in to comment.