-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build-config] move to monorepo root (#11)
* [build-config] move to monorepo root * [lint-staged] testing * [@babel/runtime] move to package level * [build-config] update travis.yml for root build * [lint] generate prettier config before linting * [build-config] ^0.0.24 * [jest] add test:watch script * [translation] remove package scripts * [core] set author * [core] add .eslintrc for root overrides * [root] fix lint + prettier scripts * [travis][jest] try --no-cache --debug * [travis][jest] try running jest directly * build-config@^0.0.25 to fix jest * travis and test script to non-debug mode * [travis] lerna bootstrap instead of installing 2x * [npmrc] package-lock=false * [travis] lerna bootstrap in script not install * [travis] install and run tests per-package * yarn workspaces are magical
- Loading branch information
1 parent
8fcbbc6
commit a9d0323
Showing
7 changed files
with
47 additions
and
60 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
.eslintrc.js | ||
.idea | ||
.npm | ||
.npmrc | ||
.prettierignore | ||
.yarnclean | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
package-lock=false |
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: 5 additions & 0 deletions
5
superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-core/.eslintrc
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"rules": { | ||
"prefer-promise-reject-errors": "off" | ||
} | ||
} |
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