mirror of
https://github.com/logos-messaging/waku-tests.git
synced 2026-01-02 06:13:06 +00:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"rules": {
|
|
"@typescript-eslint/no-non-null-assertion": "off"
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"prettier"
|
|
]
|
|
}
|