abec9ead06
* refactor: use node scheme imports in script * refactor: use node scheme imports in build
8 lines
99 B
JSON
8 lines
99 B
JSON
{
|
|
"plugins": [
|
|
"unicorn"
|
|
],
|
|
"rules": {
|
|
"unicorn/prefer-node-protocol": "error"
|
|
}
|
|
}
|