mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
* build: inline cached-dependencies to unblock CI * Run E2E on pull_request on;y * Inline all external actions * Checkout needed for internal actions Also fixes pre-commit * Add missing files
10 lines
152 B
YAML
10 lines
152 B
YAML
printWidth: 80
|
|
tabWidth: 2
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: none
|
|
bracketSpacing: false
|
|
arrowParens: avoid
|
|
parser: typescript
|