about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-20 14:53:59 -0500
committerGitHub <noreply@github.com>2023-03-20 14:53:59 -0500
commit4f9e9e609e7ab902e2479447a555c94b719018d8 (patch)
tree52b0580d1815b62ba2dba3fa545688cda9345a54 /package.json
parentd9ed13ea909db93a89ce31bbb506da64effc46f7 (diff)
downloadvoidsky-4f9e9e609e7ab902e2479447a555c94b719018d8.tar.zst
Darkmode fixes (#301) (#327)
* Fix dark mode rendering of 'follows you' pill

* Fix the darkmode coloring of the PTR

* Fix dark mode styles in dns instructions

* Only lint the src dir
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 194c649e3..47db6c8af 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "test-watch": "jest --watchAll",
     "test-ci": "jest --ci --forceExit --reporters=default --reporters=jest-junit",
     "test-coverage": "jest --coverage",
-    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
+    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
     "e2e": "detox test --configuration ios.sim.debug --take-screenshots all"
   },
   "dependencies": {