mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
chore: biome ignore package.json
This commit is contained in:
+9
-1
@@ -5,5 +5,13 @@
|
||||
"lineWidth": 80,
|
||||
"lineEnding": "lf"
|
||||
},
|
||||
"files": { "includes": ["**", "!!spec-built", "!!engine262", "!!graphology"] }
|
||||
"files": {
|
||||
"includes": ["**", "!!spec-built", "!!engine262", "!!graphology"]
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"includes": ["package.json"],
|
||||
"formatter": { "enabled": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user