We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1c16d commit 1d613d3Copy full SHA for 1d613d3
package.json
@@ -1,2 +1,15 @@
1
-npm init -y
2
-npm install --save-dev eslint prettier eslint-config-prettier
+{
+ "name": "googlescripts",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "lint": "eslint . --ext .js",
8
+ "format": "prettier . --check"
9
+ },
10
+ "devDependencies": {
11
+ "eslint": "^8.0.0",
12
+ "prettier": "^3.0.0",
13
+ "eslint-config-prettier": "^9.0.0"
14
+ }
15
+}
0 commit comments