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