Skip to content

Commit

Permalink
Merge branch 'main' into angular/feat/incremental-build-generators
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Jan 15, 2021
2 parents 4a5edf4 + b274806 commit c8e4e2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"eslint.options": {
"extensions": [".ts", ".html"]
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html"
]
}

0 comments on commit c8e4e2f

Please sign in to comment.