mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
feat: prettier and eslint
This commit is contained in:
@@ -11,5 +11,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/reisxd/revanced-helper/issues"
|
||||
},
|
||||
"homepage": "https://github.com/reisxd/revanced-helper#readme"
|
||||
"homepage": "https://github.com/reisxd/revanced-helper#readme",
|
||||
"scripts": {
|
||||
"lint": "prettier --write . && eslint --fix ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.27.0",
|
||||
"prettier": "2.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user