Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #132 from web3-storage/chore/add-linter-standardjs
Browse files Browse the repository at this point in the history
Chore/add linter standardjs
  • Loading branch information
ice-breaker-tg authored Nov 3, 2022
2 parents 166f566 + a177c62 commit 41fba67
Show file tree
Hide file tree
Showing 44 changed files with 4,102 additions and 471 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
7 changes: 0 additions & 7 deletions .prettierrc.cjs

This file was deleted.

Loading

0 comments on commit 41fba67

Please sign in to comment.