Skip to content

Commit

Permalink
Revert "fix: remove unused packages and fix node demo (#99)"
Browse files Browse the repository at this point in the history
This reverts commit f9406d7.
  • Loading branch information
elribonazo authored Oct 27, 2023
1 parent f9406d7 commit ef8ae21
Show file tree
Hide file tree
Showing 9 changed files with 5,612 additions and 328 deletions.
12 changes: 4 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
"ignorePatterns": [
"src/castor/parser",
"src/castor/protos",
"webpack",
"scripts",
"tests",
"demos",
"anoncreds-rust",
"didcomm-rust"
],
"plugins": [
"@typescript-eslint",
"react"
],
"plugins": ["@typescript-eslint", "react"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
Expand All @@ -35,9 +33,7 @@
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-namespace": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"warn"
]
"@typescript-eslint/no-unused-vars": ["warn"]
},
"settings": {
"react": {
Expand All @@ -51,4 +47,4 @@
"jest": true,
"es2021": true
}
}
}
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ CHANGELOG.md
README.md
.eslintignore
.eslintrc.json
babel.config.js
webpack.config.js
babel.config.js
Loading

0 comments on commit ef8ae21

Please sign in to comment.