aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rome.json
diff options
context:
space:
mode:
Diffstat (limited to 'rome.json')
-rw-r--r--rome.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/rome.json b/rome.json
deleted file mode 100644
index 6bc4929..0000000
--- a/rome.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "$schema": "./node_modules/rome/configuration_schema.json",
- "linter": {
- "enabled": true,
- "rules": {
- "recommended": true
- },
- "ignore": [
- "node_modules",
- ".next",
- "dist",
- ".turbo"
- ]
- },
- "formatter": {
- "enabled": true,
- "lineWidth": 120,
- "indentStyle": "space",
- "ignore": [
- "node_modules",
- ".next",
- "dist",
- ".turbo"
- ]
- }
-} \ No newline at end of file