lapce-rome icon indicating copy to clipboard operation
lapce-rome copied to clipboard

Adding rome.json in Root folder doesn't applying rules

Open shivshankar3578 opened this issue 2 years ago • 0 comments

First thanks for your work. Keep it up So I'm adding rome.json file in root directory but rules are not working in lapce while same are working in vscode example json

{
  "formatter": {
    "enabled": true,
    "formatWithErrors": true,
    "indentStyle": "space",
    "ignore": []
  },
  "javascript": {
    "formatter": {
      "quoteStyle": "single",
      "semicolons": "asNeeded"
    }
  },
  "linter": {
    "enabled": true,
    "rules": {
      "recommended": true
    }
  }
}

shivshankar3578 avatar Feb 04 '23 14:02 shivshankar3578