forked from jd-opensource/taro-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade package and lint config
- Loading branch information
1 parent
e8a13a9
commit f27aa9e
Showing
6 changed files
with
42 additions
and
67 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 |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# Node modules | ||
node_modules/ | ||
dist/ | ||
lib/ | ||
coverage/ | ||
.vscode/ | ||
|
||
# Editor and IDE files | ||
.vscode | ||
.idea | ||
|
||
# Build outputs | ||
packages/taro-ui/lib/ | ||
packages/**/dist/ | ||
|
||
# Test files | ||
coverage | ||
jest.config.js | ||
test/__mock__/ | ||
|
||
# Others | ||
.nyc_output/ | ||
git_stats/ | ||
yarn-offline/ | ||
docs/ | ||
jest.config.js | ||
test/__mock__/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
# Node modules | ||
node_modules/ | ||
|
||
# Yarn and NPM files | ||
yarn-error.log | ||
package-lock.json | ||
project.config.json | ||
|
||
# Template files | ||
.temp | ||
.DS_Store | ||
.vscode | ||
.eslintcache | ||
.babelrc | ||
|
||
site/ | ||
docs/h5/ | ||
|
||
coverage | ||
|
||
# Editor and IDE files | ||
.vscode | ||
.idea | ||
|
||
# taro-ui outputs | ||
lib/ | ||
dist/ | ||
# Build outputs | ||
packages/taro-ui/lib/ | ||
packages/**/dist/ | ||
|
||
# Docs outputs | ||
site/ | ||
docs/h5/ | ||
|
||
# rollup visualizer file | ||
# Rollup visualizer file | ||
stats.html | ||
|
||
# Test files | ||
coverage |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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