-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add ESLint autofixed files * Convert tabs to 2 spaces * Solve the easy linting issues * Add a few more, ignore linting on folders with 'test' * Fix typos, more linter happiness, add rule to disallow semicolons * Quote eslint properly, solve some more issues * And some more linting goodness * Update package-lock.json * Some more linting happiness * Replace Thenable by Promise * Run CI on pull requests * Fix null/undefined check conditions for PDF export Co-authored-by: Guillaume Grossetie <[email protected]>
- Loading branch information
1 parent
74bce1d
commit cd477c7
Showing
72 changed files
with
4,660 additions
and
4,650 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*/test/* | ||
/test/* | ||
.eslintrc.js | ||
/dist/* |
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.