Skip to content

Commit

Permalink
fix: protocol documentation name (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Jan 25, 2023
2 parents 01c26b6 + 7b4d67b commit 5a677bd
Show file tree
Hide file tree
Showing 4 changed files with 4,584 additions and 53 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
es2021: true,
node: true
},
extends: 'standard-with-typescript',
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
}
}
Loading

0 comments on commit 5a677bd

Please sign in to comment.