aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-27 00:17:22 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:43:17 +0100
commit9546dc2aa39ab096ccc723786e718a739d0bdaf9 (patch)
tree9c3afc6155cc59f6dd1235397230aaa15a5f8cec /package.json
parentrefactor: Apply shared store patches in batches (diff)
downloadsophie-9546dc2aa39ab096ccc723786e718a739d0bdaf9.tar.gz
sophie-9546dc2aa39ab096ccc723786e718a739d0bdaf9.tar.zst
sophie-9546dc2aa39ab096ccc723786e718a739d0bdaf9.zip
refactor: Coding conventions
Make sure that files have a default import with the same name as the file whenever possible to reduce surprise. Also shuffles around some file names for better legibility. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 42b9b5e..6cad5f8 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
33 "lint:only": "yarn lint:eslint . --ext .cjs,.js,.jsx,.ts,.tsx", 33 "lint:only": "yarn lint:eslint . --ext .cjs,.js,.jsx,.ts,.tsx",
34 "lint:precommit": "yarn types && yarn lint:eslint --fix", 34 "lint:precommit": "yarn types && yarn lint:eslint --fix",
35 "lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" eslint", 35 "lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" eslint",
36 "lint:staged": "nano-staged",
36 "typecheck": "yarn types && yarn typecheck:ci", 37 "typecheck": "yarn types && yarn typecheck:ci",
37 "typecheck:ci": "yarn workspaces foreach -vp run typecheck:workspace", 38 "typecheck:ci": "yarn workspaces foreach -vp run typecheck:workspace",
38 "typecheck:workspace": "yarn g:typecheck", 39 "typecheck:workspace": "yarn g:typecheck",