Installed ESLint and Prettier
This commit is contained in:
+7
-1
@@ -4,6 +4,8 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -20,5 +22,9 @@
|
||||
"onFail": "download"
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"eslint": "^10.6.0",
|
||||
"prettier": "^3.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user