mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 06:13:08 +00:00
* chore: add reliability tests package with longevity tests * chore: add reliability tests package with longevity tests * chore: fix ci errors * chore: fix * chore: fix timeout
13 lines
218 B
JavaScript
13 lines
218 B
JavaScript
module.exports = {
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: "./tsconfig.dev.json"
|
|
},
|
|
rules: {
|
|
"@typescript-eslint/no-non-null-assertion": "off"
|
|
},
|
|
globals: {
|
|
process: true
|
|
}
|
|
};
|