forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: migrate to nimbus * fix: eslint-disable statements * fix: conflict * fix: lint * fix: lints * fix: bump packages
- Loading branch information
1 parent
b50ab75
commit b7ec4bf
Showing
38 changed files
with
238 additions
and
236 deletions.
There are no files selected for viewing
54 changes: 40 additions & 14 deletions
54
superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,56 @@ | ||
.babelrc | ||
.cache | ||
.cache-loader | ||
.DS_Store | ||
*.DS_Store | ||
|
||
# Logs | ||
logs/ | ||
*.log | ||
|
||
# Cache | ||
.bundle/ | ||
.happo/ | ||
.idea/ | ||
.next/ | ||
.cache | ||
.eslintcache | ||
.eslintignore | ||
.eslintrc.js | ||
.idea | ||
.npm | ||
.prettierignore | ||
.vscode | ||
.yarnclean | ||
|
||
*.log | ||
*.map | ||
*.min.js | ||
|
||
babel.config.js | ||
# Directories | ||
build/ | ||
coverage/ | ||
dist/ | ||
esm/ | ||
jest.config.js | ||
lib/ | ||
logs/ | ||
public/ | ||
node_modules/ | ||
package-lock.json | ||
tmp/ | ||
|
||
# Custom | ||
*.map | ||
*.min.js | ||
test-changelog.md | ||
|
||
# Configs (provided by Nimbus) | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.flowconfig | ||
.prettierignore | ||
babel.config.js | ||
jest.config.js | ||
prettier.config.js | ||
tsconfig.eslint.json | ||
tsconfig.json | ||
tsconfig.options.json | ||
*.tsbuildinfo | ||
webpack.config.js | ||
|
||
# Lock files, libs should not have lock files | ||
npm-shrinkwrap.json | ||
package-lock.json | ||
yarn.lock | ||
old-yarn.lock | ||
.*.swp | ||
_gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...-deckgl/packages/superset-ui-legacy-preset-chart-deckgl/src/AnimatableDeckGLContainer.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.