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

Commit

Permalink
Replace standard to standard-with-typescript (#3)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
munierujp authored Oct 2, 2019
1 parent afd74cf commit 455661a
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 505 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"extends": "standard",
"extends": "standard-with-typescript",
"plugins": [
"@typescript-eslint",
"googleappsscript"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.eslint.json"
},
"env": {
"googleappsscript/googleappsscript": true
}
Expand Down
Loading

0 comments on commit 455661a

Please sign in to comment.