Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 455661a

Browse files
authored
Replace standard to standard-with-typescript (#3)
* Update packages * Add eslint-config-standard-with-typescript package `npm i -D eslint-config-standard-with-typescript` * Fix lint/fix command * Add tsconfig.eslint.json * Use standard-with-typescript * Remove eslint-config-standard package `npm rm eslint-config-standard` * Apply lint
1 parent afd74cf commit 455661a

6 files changed

+387
-505
lines changed

.eslintrc.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"extends": "standard",
2+
"extends": "standard-with-typescript",
33
"plugins": [
4-
"@typescript-eslint",
54
"googleappsscript"
65
],
7-
"parser": "@typescript-eslint/parser",
6+
"parserOptions": {
7+
"project": "./tsconfig.eslint.json"
8+
},
89
"env": {
910
"googleappsscript/googleappsscript": true
1011
}

0 commit comments

Comments
 (0)