Skip to content

Commit d6d8947

Browse files
build: remove gts (#3905)
The package pull way to many dependencies that we don't use, we also don't use it's CLI, given we only pull it for a config information, removing it seems like a good options. We already did this for Puppteer.
1 parent 1a48ae7 commit d6d8947

File tree

3 files changed

+59
-1856
lines changed

3 files changed

+59
-1856
lines changed

.prettierrc.cjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
const gtsPrettierrc = require('gts/.prettierrc.json');
1817

1918
/**
2019
* @type {import('prettier').Config}
2120
*/
2221
module.exports = {
23-
...gtsPrettierrc,
22+
bracketSpacing: false,
23+
singleQuote: true,
24+
trailingComma: 'all',
2425
arrowParens: 'always', // https://google.github.io/styleguide/jsguide.html#features-functions-arrow-functions
2526
};

0 commit comments

Comments
 (0)