From 063d13bb8bf3be6c449ba2bcea0c69a9cad05ab2 Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Fri, 15 Dec 2023 19:01:52 +0000 Subject: [PATCH] Cleanup some config files --- .claspignore | 1 - .eslintrc.json | 17 ++++++----------- .prettierrc | 4 +--- license.md | 2 +- tsconfig.json | 1 - 5 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.claspignore b/.claspignore index 5c84a18..6d4917e 100644 --- a/.claspignore +++ b/.claspignore @@ -1,4 +1,3 @@ **/** !Code.js !appsscript.json -!readme_appsscript.md diff --git a/.eslintrc.json b/.eslintrc.json index 64fdeb6..10de96f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,20 +5,15 @@ "plugin:@typescript-eslint/recommended", "prettier" ], - "globals": { - "Atomics": "readonly", - "SharedArrayBuffer": "readonly" - }, "parser": "@typescript-eslint/parser", - "parserOptions": { - "sourceType": "module" - }, - "plugins": ["@typescript-eslint", "googleappsscript"], + "plugins": [ + "@typescript-eslint", + "googleappsscript" + ], "env": { - "googleappsscript/googleappsscript": true, - "es6": true + "googleappsscript/googleappsscript": true }, "ignorePatterns": [ "*.js" ] -} +} \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 3d9beaa..e1804ae 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,4 @@ { - "tabWidth": 2, - "useTabs": false, "proseWrap": "always", - "printWidth": 100 + "printWidth": 110 } diff --git a/license.md b/license.md index 674a3ca..7126ac3 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Ian Sanders +Copyright (c) 2023 Ian Sanders Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tsconfig.json b/tsconfig.json index e3a683b..09b846f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "esModuleInterop": true, "outDir": "build", "lib": [ "ESNext"