mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
{
|
|
"extends": "./packages/eslint-config/index.js",
|
|
"rules": {
|
|
"new-cap": 0,
|
|
"no-console": 0
|
|
}
|
|
}
|