mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
16 lines
No EOL
283 B
Text
16 lines
No EOL
283 B
Text
{
|
|
"root": true,
|
|
"extends": [
|
|
"typescript",
|
|
"prettier",
|
|
"plugin:optimize-regex/recommended",
|
|
"plugin:sonarjs/recommended"
|
|
],
|
|
"plugins": [
|
|
"eslint-plugin-optimize-regex",
|
|
"sonarjs"
|
|
],
|
|
"rules": {
|
|
"sonarjs/cognitive-complexity": ["warn", 20]
|
|
}
|
|
} |