forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate @azure/eslint-plugin-azure-sdk (#4772)
* setup for service-bus * add to keyvault-certificates * add .eslintrc * add to keyvault-keys * add to keyvault-secrets * add to event-hubs * add to event-processor-host * bump to 2.0.1 * add to core-auth * add to core-tracing * add to core-amqp * add to core-http * clean rush update * Update lock file * fix lint steps for kevault * update pnpm-lock file
- Loading branch information
1 parent
60f4d2d
commit 1d6c7fd
Showing
21 changed files
with
124 additions
and
57 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"plugins": ["@azure/azure-sdk"], | ||
"extends": ["../../.eslintrc.json", "plugin:@azure/azure-sdk/recommended"], | ||
"parserOptions": { | ||
"createDefaultProgram": true | ||
} | ||
} |
Oops, something went wrong.