* feat: add @standardnotes/encryption package * fix: mobile dependency on encryption package * fix: order of build & lint in pr workflows * fix: web dependency on encryption package * fix: remove encryption package composite configuration * fix: import order
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
{
|
|
"extends": "../../.eslintrc",
|
|
"parserOptions": {
|
|
"project": "./linter.tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": ["warn", { "ignoreRestArgs": true }],
|
|
"@typescript-eslint/no-non-null-assertion": "warn"
|
|
}
|
|
}
|