This repository was archived by the owner on Dec 16, 2020. It is now read-only.
-
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.
* Revert "use eslint for both error check and code style" This reverts commit 7996094. * Revert "remove prettier: not mature enough for this project requirements" This reverts commit b548a52. * update prettier settings * use Node.js v10 * upgrade packages
- Loading branch information
1 parent
101fc67
commit 06e4d12
Showing
7 changed files
with
4,649 additions
and
2,505 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8 | ||
v10 |
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,7 @@ | ||
module.exports = { | ||
bracketSpacing: true, | ||
printWidth: 100, | ||
semi: false, | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.