feat: add desktop repo (#1071)

This commit is contained in:
Mo
2022-06-07 11:52:15 -05:00
committed by GitHub
parent 0bb12db948
commit 0b7ce82aaa
135 changed files with 17821 additions and 180 deletions

View File

@@ -6,12 +6,9 @@
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:react-hooks/recommended",
"./../../node_modules/@standardnotes/config/src/.eslintrc"
"../../node_modules/@standardnotes/config/src/.eslintrc"
],
"plugins": ["@typescript-eslint", "react", "react-hooks"],
"parserOptions": {
"project": "./tsconfig.json"
},
"ignorePatterns": [".eslintrc.js", "webpack.*.js", "webpack-defaults.js", "jest.config.js", "__mocks__"],
"rules": {
"standard/no-callback-literal": 0, // Disable this as we have too many callbacks relying on literals
@@ -32,8 +29,6 @@
"browser": true
},
"globals": {
"SFJS": true,
"__VERSION__": true,
"zip": true
"__WEB_VERSION__": true
}
}