BREAKING CHANGE: only support egg >= 4.0.0 the first app on egg v4 https://github.com/eggjs/egg/issues/3644
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
{
|
|
"extends": [
|
|
"eslint-config-egg/typescript",
|
|
"eslint-config-egg/lib/rules/enforce-node-prefix"
|
|
]
|
|
}
|