mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
chore: update ESLint rules
This commit is contained in:
@@ -27,24 +27,6 @@
|
||||
"version": "detect"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
2
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"quotes": [
|
||||
"error",
|
||||
"single"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"node_modules",
|
||||
"android",
|
||||
@@ -52,5 +34,8 @@
|
||||
"assets",
|
||||
"*.typegen.ts"
|
||||
],
|
||||
"root": true
|
||||
"root": true,
|
||||
"rules": {
|
||||
"@typescript-eslint/no-unused-vars": ["error", { "ignoreRestSiblings": true }]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user