tauri-plugin-bare-kit 0.2.1

Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩
1
2
3
4
5
6
7
8
9
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "printWidth": 96,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": false,
  "trailingComma": "all"
}