Skip to content

Commit

Permalink
build(nodejs): update lint ignore rules (#488)
Browse files Browse the repository at this point in the history
Source-Author: Justin Beckwith <justin.beckwith@gmail.com>
Source-Date: Mon Apr 13 13:47:11 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 682c0c37d1054966ca662a44259e96cc7aea4413
Source-Link: googleapis/synthtool@682c0c3
  • Loading branch information
yoshi-automation committed Apr 18, 2020
1 parent 39e5b76 commit 9714226
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/node_modules
src/**/doc/*
**/coverage
test/fixtures
build/
docs/
protos/
9 changes: 6 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules/*
samples/node_modules/*
src/**/doc/*
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
11 changes: 3 additions & 8 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"updateTime": "2020-04-07T11:30:49.767117Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-auth-library-nodejs.git",
"sha": "6a40715da1700e92f252759ea3407c03a0ea6bf5"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "21c3b57ae54ae9db6a3a6b48b31c970c6ab56f19"
"sha": "1df68ed6735ddce6797d0f83641a731c3c3f75b4",
"log": "1df68ed6735ddce6797d0f83641a731c3c3f75b4\nfix: apache license URL (#468)\n\n\nf4a59efa54808c4b958263de87bc666ce41e415f\nfeat: Add discogapic support for GAPICBazel generation (#459)\n\n* feat: Add discogapic support for GAPICBazel generation\n\n* reformat with black\n\n* Rename source repository variable\n\nCo-authored-by: Jeffrey Rennie <rennie@google.com>\n"
}
}
]
Expand Down

0 comments on commit 9714226

Please sign in to comment.