Skip to content

Commit

Permalink
1st time lint applied
Browse files Browse the repository at this point in the history
  • Loading branch information
xtonwallet committed Nov 9, 2023
1 parent d053ced commit ec62ad0
Show file tree
Hide file tree
Showing 216 changed files with 15,324 additions and 14,388 deletions.
65 changes: 0 additions & 65 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"eslint": "^8.52.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-svelte3": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import preprocess from 'svelte-preprocess';
const production = !process.env.ROLLUP_WATCH;
function onwarn(warning) {
if (warning.code !== 'CIRCULAR_DEPENDENCY') { // due to ton-core, workaround on 04/11/2023
console.error(`(!) ${warning.message} \n${warning.frame}`);
console.error(`(!) ${warning.message} \n${warning.frame}`);
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/background-wrapper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
try {
importScripts('./browser-polyfill.js');
importScripts("background.js");
importScripts('./browser-polyfill.js');
importScripts("background.js");
} catch (e) {
console.error(e);
console.error(e);
}
Loading

0 comments on commit ec62ad0

Please sign in to comment.