Skip to content

Commit bd242b7

Browse files
committed
fix prettier command
1 parent ef4c82f commit bd242b7

File tree

69 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

Node-1st-gen/assistant-say-number/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"lint": "prettier . --check && eslint .",
16-
"lint:fix": "prettier . --fix",
16+
"lint:fix": "prettier . --write",
1717
"serve": "firebase emulators:start --only functions",
1818
"shell": "firebase functions:shell",
1919
"start": "npm run shell",

Node-1st-gen/authenticated-json-api/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"lint": "prettier . --check && eslint .",
17-
"lint:fix": "prettier . --fix",
17+
"lint:fix": "prettier . --write",
1818
"serve": "firebase emulators:start --only functions",
1919
"shell": "firebase functions:shell",
2020
"start": "npm run shell",

Node-1st-gen/authorized-https-endpoint/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"lint": "prettier . --check && eslint .",
18-
"lint:fix": "prettier . --fix",
18+
"lint:fix": "prettier . --write",
1919
"serve": "firebase emulators:start --only functions",
2020
"shell": "firebase functions:shell",
2121
"start": "npm run shell",

Node-1st-gen/bigquery-import/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"lint": "prettier . --check && eslint .",
16-
"lint:fix": "prettier . --fix",
16+
"lint:fix": "prettier . --write",
1717
"serve": "firebase emulators:start --only functions",
1818
"shell": "firebase functions:shell",
1919
"start": "npm run shell",

Node-1st-gen/child-count/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"lint": "prettier . --check && eslint .",
15-
"lint:fix": "prettier . --fix",
15+
"lint:fix": "prettier . --write",
1616
"serve": "firebase emulators:start --only functions",
1717
"shell": "firebase functions:shell",
1818
"start": "npm run shell",

Node-1st-gen/convert-images/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"lint": "prettier . --check && eslint .",
17-
"lint:fix": "prettier . --fix",
17+
"lint:fix": "prettier . --write",
1818
"serve": "firebase emulators:start --only functions",
1919
"shell": "firebase functions:shell",
2020
"start": "npm run shell",

Node-1st-gen/coupon-on-purchase/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"lint": "prettier . --check && eslint .",
15-
"lint:fix": "prettier . --fix",
15+
"lint:fix": "prettier . --write",
1616
"serve": "firebase emulators:start --only functions",
1717
"shell": "firebase functions:shell",
1818
"start": "npm run shell",

Node-1st-gen/delete-unused-accounts-cron/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"lint": "prettier . --check && eslint .",
16-
"lint:fix": "prettier . --fix",
16+
"lint:fix": "prettier . --write",
1717
"serve": "firebase emulators:start --only functions",
1818
"shell": "firebase functions:shell",
1919
"start": "npm run shell",

Node-1st-gen/developer-motivator/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"lint": "prettier . --check && eslint .",
15-
"lint:fix": "prettier . --fix",
15+
"lint:fix": "prettier . --write",
1616
"serve": "firebase emulators:start --only functions",
1717
"shell": "firebase functions:shell",
1818
"start": "npm run shell",

Node-1st-gen/email-confirmation/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"lint": "prettier . --check && eslint .",
16-
"lint:fix": "prettier . --fix",
16+
"lint:fix": "prettier . --write",
1717
"serve": "firebase emulators:start --only functions",
1818
"shell": "firebase functions:shell",
1919
"start": "npm run shell",

0 commit comments

Comments
 (0)