diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..a4ff322 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,16 @@ +{ + "env": { + "browser": true, + "es2021": true + }, + "extends": "eslint:recommended", + "overrides": [ + ], + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "rules": { + "no-unused-vars": "off" + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..76ed2e2 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## Initial Setup + +``` +yarn +``` + +## Getting Project ID + +1. (GSHeets menu) `Extensions > Apps Script` +2. (Apps Script) `Project Settings (Gear) > IDs / Script ID / Copy` + +## Setting Up Locally + +Create a new folder for the project. + +Then, run: + +``` +clasp clone