forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add .vscode settings for eslint & some missed cleanup (aws#7606)
- 'eslint' section in package.json has been dropped. Clean up packages that were missed. - add `.vscode/settings.json` with eslint specific configuration so it's available automatically when the monorepo is opened in vscode.
- Loading branch information
Niranjan Jayakar
authored
Apr 29, 2020
1 parent
6e07fa9
commit 07fe642
Showing
5 changed files
with
11 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# VSCode extension | ||
.vscode/ | ||
/.favorites.json | ||
|
||
# TypeScript incremental build states | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"eslint.workingDirectories": [ | ||
{ "pattern": "./packages/@aws-cdk/*" }, | ||
{ "pattern": "./packages/@monocdk-experiment/*" }, | ||
{ "pattern": "./packages/*" }, | ||
{ "pattern": "./tools/*" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters