mirror of
https://github.com/electron/electron.git
synced 2026-01-08 15:13:52 -05:00
9 lines
99 B
JSON
9 lines
99 B
JSON
{
|
|
"plugins": [
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"unicorn/prefer-node-protocol": "error"
|
|
}
|
|
}
|