aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rome.json
diff options
context:
space:
mode:
authorHsiangNianian <admin@jyunko.cn>2023-04-17 18:53:55 +0000
committerHsiangNianian <admin@jyunko.cn>2023-04-17 18:53:55 +0000
commitb135aac8531c1e1488147ad8c6f98eddbdbe0c99 (patch)
tree189e9fea7109564d63207e231d5b0e5624243072 /rome.json
downloadHydroRoll-b135aac8531c1e1488147ad8c6f98eddbdbe0c99.tar.gz
HydroRoll-b135aac8531c1e1488147ad8c6f98eddbdbe0c99.zip
Initial commit
Created from https://vercel.com/new
Diffstat (limited to 'rome.json')
-rw-r--r--rome.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/rome.json b/rome.json
new file mode 100644
index 0000000..6bc4929
--- /dev/null
+++ b/rome.json
@@ -0,0 +1,26 @@
+{
+ "$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