mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-10 06:31:40 +00:00
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": ["plugin:@typescript-eslint/recommended"],
|
|
"rules": {
|
|
"new-parens": "error",
|
|
"no-caller": "error",
|
|
"no-bitwise": "off",
|
|
"@typescript-eslint/indent": ["error", 2],
|
|
"@typescript-eslint/no-use-before-define": "off",
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"no-console": "warn"
|
|
}
|
|
} |