forked from rsuite/rsuite
-
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.
refactor: upgraded the development environment (rsuite#1202)
* refactor: upgraded the development environment Upgraded the development environment, refactored Button and Affix * chore: add package-lock.json * test(affix): update tests for affix * test(affix): update test cor affix * fix(affix): fix invalid dependency of useEffect * test: update tests * fix(affix): set the dependency of Effect
- Loading branch information
Showing
106 changed files
with
27,811 additions
and
21,235 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
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,5 +1,7 @@ | ||
module.exports = { | ||
printWidth: 100, | ||
tabWidth: 2, | ||
singleQuote: true | ||
singleQuote: true, | ||
arrowParens: 'avoid', | ||
trailingComma: 'none' | ||
}; |
Oops, something went wrong.