Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Prepare monorepo for typescript migration #15

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
root: true,
parser: "@typescript-eslint/parser",
extends: [
"@tokilabs/eslint-config",
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
plugins: [
"@typescript-eslint"
],
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cov-pt*
**/test/output*
**/test/temp
.release.json
package-lock.json

scripts/tsconfig.json
packages/pug-error/lib
Loading