15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
{
|
|
"extends": ["kentcdodds/es-next"],
|
|
"rules": {
|
|
// these are only here because I did not
|
|
// want to update the entire codebase ¯\_(ツ)_/¯
|
|
"func-names": 0,
|
|
"no-var": 0,
|
|
"func-style": 0,
|
|
"comma-dangle": 0,
|
|
"valid-jsdoc": 0,
|
|
"vars-on-top": 0,
|
|
"complexity": [2, 6],
|
|
}
|
|
}
|