chore: examples linting (#6269)

This commit is contained in:
Elliot DeNolf
2024-05-08 14:58:57 -04:00
committed by GitHub
parent 848c05f247
commit a4ef359660
20 changed files with 1 additions and 148 deletions

View File

@@ -1,8 +0,0 @@
module.exports = {
printWidth: 100,
parser: 'typescript',
semi: false,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
}

View File

@@ -1,8 +0,0 @@
module.exports = {
printWidth: 100,
parser: 'typescript',
semi: false,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
}