aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 22:16:29 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 22:17:26 +0100
commitfb7118ff1c8f0dcd61f15e51b193512283d83fa1 (patch)
tree721cee6a64b44a56b7f05f39750a65cda5fb4ef6 /package.json
parentbuild: Add eslint-plugin-jest (diff)
downloadsophie-fb7118ff1c8f0dcd61f15e51b193512283d83fa1.tar.gz
sophie-fb7118ff1c8f0dcd61f15e51b193512283d83fa1.tar.zst
sophie-fb7118ff1c8f0dcd61f15e51b193512283d83fa1.zip
build: Add eslint-plugin-unicorn
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5515d3d..9944155 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
36 "g:typecheck": "cd $INIT_CWD && tsc", 36 "g:typecheck": "cd $INIT_CWD && tsc",
37 "types": "yarn workspaces foreach -vpt run types", 37 "types": "yarn workspaces foreach -vpt run types",
38 "g:types": "cd $INIT_CWD && tsc -b tsconfig.build.json", 38 "g:types": "cd $INIT_CWD && tsc -b tsconfig.build.json",
39 "update-electron-vendors": "node scripts/update-electron-vendors.js", 39 "update-electron-vendors": "node scripts/updateElectronVendors.js",
40 "main": "yarn workspace @sophie/main", 40 "main": "yarn workspace @sophie/main",
41 "preload": "yarn workspace @sophie/preload", 41 "preload": "yarn workspace @sophie/preload",
42 "renderer": "yarn workspace @sophie/renderer", 42 "renderer": "yarn workspace @sophie/renderer",
@@ -73,6 +73,7 @@
73 "eslint-plugin-prettier": "^4.0.0", 73 "eslint-plugin-prettier": "^4.0.0",
74 "eslint-plugin-react": "^7.28.0", 74 "eslint-plugin-react": "^7.28.0",
75 "eslint-plugin-react-hooks": "^4.3.0", 75 "eslint-plugin-react-hooks": "^4.3.0",
76 "eslint-plugin-unicorn": "^40.0.0",
76 "git-repo-info": "^2.1.1", 77 "git-repo-info": "^2.1.1",
77 "jest": "^27.4.7", 78 "jest": "^27.4.7",
78 "prettier": "^2.5.1", 79 "prettier": "^2.5.1",