refactor: run eslint on the whole project

This commit is contained in:
thecodrr
2022-08-27 15:23:11 +05:00
parent e898ef5d86
commit 15f5fcd521
378 changed files with 52481 additions and 20809 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "notesnook",
"name": "@notesnook/mobile",
"version": "2.1.7",
"private": true,
"workspaces": [
@@ -12,7 +12,6 @@
"run-android": "cd native && REACT_NATIVE_DEPENDENCIES=$HOME/Repos/notesnook-mobile/rn-build-deps/ react-native run-android --active-arch-only",
"run-ios": "cd native && react-native run-ios"
},
"packageManager": "yarn@3.2.2",
"devDependencies": {
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"