Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ lockLabel: false

# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs or questions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.


# Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason: true
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"printWidth": 80,
"proseWrap": "never",
Expand Down
2 changes: 1 addition & 1 deletion .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ignore_dirs": ["node_modules", "_site", "dist", "coverage"]
"ignore_dirs": ["node_modules", "_site", "dist", "coverage"]
}
2 changes: 1 addition & 1 deletion __performance_tests__/add-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import deepFreeze from "deep-freeze"

console.log("\n# add-data - loading large set of data\n")

import dataSet from "./data.json" assert { type: "json" }
import dataSet from "./data.json" assert {type: "json"}

const baseState = {
data: null
Expand Down
Loading
Loading