mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"rules": {
|
|
"no-console": 0,
|
|
"global-require": 0,
|
|
"func-names": 0,
|
|
"prefer-arrow-callback": 0,
|
|
"no-magic-numbers": 0,
|
|
"no-unreachable": 0,
|
|
"new-cap": 0,
|
|
"max-nested-callbacks": 0
|
|
}
|
|
}
|