mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
3c6e0e8ef8
* Add and configure eslint-plugin-import * Fix the lint:ts npm command * Autofix + prettier all the files * Manually fix remaining files * Move jquery code in jest-setup to external file to safely reorder imports * Resolve issue caused by circular dependencies within Prometheus * Update .betterer.results * Fix missing // @ts-ignore * ignore iconBundle.ts * Fix missing // @ts-ignore
26 lines
368 B
Plaintext
26 lines
368 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
deployment_tools_config.json
|
|
devenv
|
|
dist
|
|
e2e/tmp
|
|
node_modules
|
|
pkg
|
|
public/lib/monaco
|
|
scripts/grafana-server/tmp
|
|
vendor
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# Auto-generated localisation files
|
|
public/locales/_build/
|
|
public/locales/**/*.js
|
|
|
|
# Auto-generated icon file
|
|
packages/grafana-ui/src/components/Icon/iconBundle.ts
|