Skip to content

Commit

Permalink
Merge pull request PolkaGate#1374 from PolkaGate/workonMetadataHash
Browse files Browse the repository at this point in the history
Workon metadata hash with upgrading packages
  • Loading branch information
Nick-1979 authored Jun 15, 2024
2 parents dc124ae + 2780b46 commit 7dc4b02
Show file tree
Hide file tree
Showing 831 changed files with 10,091 additions and 39,852 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ module.exports = {
'jest/**/*',
'i18next-scanner.config.js'
],
parser: '@typescript-eslint/parser',
parserOptions: {
...base.parserOptions,
project: [
'./tsconfig.eslint.json'
]
},
plugins: ['@typescript-eslint'],
rules: {
...base.rules,
// this seems very broken atm, false positives
'@typescript-eslint/unbound-method': 'off'
'@typescript-eslint/unbound-method': 'off',
"parser": "@typescript-eslint/parser",
"@typescript-eslint/no-explicit-any": "off",
"no-unused-vars": "warn"
}
};
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build/
build-cjs/
build-esm/
build-*/
coverage/
node_modules/
tmp/
Expand Down Expand Up @@ -28,3 +27,4 @@ package-lock.json
_book
docs/html
.idea
.vscode
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"Polkagate",
"Roboto",
"suri"
]
],
"references.preferredLocation": "view"
}
Loading

0 comments on commit 7dc4b02

Please sign in to comment.