Skip to content

Commit

Permalink
Change from JSDoc to TSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jul 8, 2024
1 parent cd4cc98 commit ec273c8
Show file tree
Hide file tree
Showing 24 changed files with 197 additions and 1,979 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build/
test/
docs/
dist/
src/*.po.ts
19 changes: 1 addition & 18 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": [
"google"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
"max-len": ["error", { "code": 120 }]
}
"extends": "./node_modules/gts/"
}
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('gts/.prettierrc.json')
}
Loading

0 comments on commit ec273c8

Please sign in to comment.