Skip to content

Commit ce2d909

Browse files
committed
build: move prettier config files to root from autogen packages
1 parent 0ed5f08 commit ce2d909

472 files changed

Lines changed: 6 additions & 6528 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
"gaxios": "^7.0.0-rc",
4040
"parse-link-header": "^2.0.0"
4141
},
42-
"devDependencies": {},
42+
"devDependencies": {
43+
"gts": "^7.0.0"
44+
},
4345
"engines": {
4446
"node": ">=18"
4547
}
46-
}
48+
}
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
**/node_modules
2-
**/coverage
3-
test/fixtures
4-
build/
5-
docs/
6-
protos/
7-
__snapshots__/
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
// Copyright 2022 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// https://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
15-
module.exports = {
16-
...require('gts/.prettierrc.json')
17-
}

packages/gapic-node-processing/test/combine-libraries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('combine libraries', () => {
8484
it('should generate unique final directory paths', async () => {
8585
const libraryPaths = await generateFinalDirectoryPath(libraryConfigCJS);
8686
// This should be the amount of unique file paths in the tree directory
87-
assert.deepStrictEqual(libraryPaths.length, 103);
87+
assert.deepStrictEqual(libraryPaths.length, 102);
8888

8989
// Confirm there are only unique items in the array
9090
assert.deepStrictEqual(
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
**/node_modules
2-
**/coverage
3-
test/fixtures
4-
build/
5-
docs/
6-
protos/
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
1-
// Copyright 2025 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// https://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
//
15-
// ** This file is automatically generated by gapic-generator-typescript. **
16-
// ** https://github.com/googleapis/gapic-generator-typescript **
17-
// ** All changes to this file may be overwritten. **
18-
19-
20-
module.exports = {
21-
...require('gts/.prettierrc.json')
22-
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
**/node_modules
2-
**/coverage
3-
test/fixtures
4-
build/
5-
docs/
6-
protos/
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
1-
// Copyright 2025 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// https://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
//
15-
// ** This file is automatically generated by gapic-generator-typescript. **
16-
// ** https://github.com/googleapis/gapic-generator-typescript **
17-
// ** All changes to this file may be overwritten. **
18-
19-
20-
module.exports = {
21-
...require('gts/.prettierrc.json')
22-
}
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
**/node_modules
2-
**/coverage
3-
test/fixtures
4-
build/
5-
docs/
6-
protos/
Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
1-
// Copyright 2025 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// https://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
//
15-
// ** This file is automatically generated by gapic-generator-typescript. **
16-
// ** https://github.com/googleapis/gapic-generator-typescript **
17-
// ** All changes to this file may be overwritten. **
18-
19-
20-
module.exports = {
21-
...require('gts/.prettierrc.json')
22-
}

0 commit comments

Comments
 (0)