mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-08 22:58:07 -05:00
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint",
|
|
"prettier"
|
|
],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"no-console": 0,
|
|
"prettier/prettier": 1,
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
"no-empty-function": 0,
|
|
"@typescript-eslint/no-empty-function": 0
|
|
}
|
|
} |