Skip to content

Commit

Permalink
fixed .env
Browse files Browse the repository at this point in the history
Signed-off-by: Magic <[email protected]>
  • Loading branch information
magicoflolis committed Aug 5, 2023
1 parent a2d59b0 commit 8b6f8bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

8 changes: 6 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"singleQuote": true
}
"arrowParens": "always",
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"tabWidth": 2
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"web-run:firefox-android": "web-ext run --config=./tools/web-ext.js -t firefox-android --firefox-apk org.mozilla.firefox"
},
"devDependencies": {
"@swc/core": "^1.3.42",
"@swc/core": "^1.3.74",
"@types/chrome": "^0.0.243",
"@types/firefox-webext-browser": "^111.0.1",
"@types/greasemonkey": "^4.0.4",
Expand Down
7 changes: 0 additions & 7 deletions tools/dev.env

This file was deleted.

0 comments on commit 8b6f8bf

Please sign in to comment.