diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-20 14:53:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 14:53:59 -0500 |
commit | 4f9e9e609e7ab902e2479447a555c94b719018d8 (patch) | |
tree | 52b0580d1815b62ba2dba3fa545688cda9345a54 /package.json | |
parent | d9ed13ea909db93a89ce31bbb506da64effc46f7 (diff) | |
download | voidsky-4f9e9e609e7ab902e2479447a555c94b719018d8.tar.zst |
* 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.json | 2 |
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": { |