ESLint
{
"root": true,
"extends": [
"@raycast"
]
}自定义
{
"root": true,
"extends": [
"@raycast"
],
"rules": {
"@raycast/prefer-placeholders": "warn"
}
}迁移
最后更新于
{
"root": true,
"extends": [
"@raycast"
]
}{
"root": true,
"extends": [
"@raycast"
],
"rules": {
"@raycast/prefer-placeholders": "warn"
}
}最后更新于