1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Second pass at linting lib dir

This commit is contained in:
Laurent Cozic
2019-07-29 15:58:33 +02:00
parent 0b9078d034
commit 6cfacb1a48
62 changed files with 46 additions and 160 deletions

View File

@ -4,7 +4,6 @@ const { connect } = require('react-redux');
const { NotesScreen } = require('lib/components/screens/notes.js');
const { SearchScreen } = require('lib/components/screens/search.js');
const { KeyboardAvoidingView, Keyboard, Platform, View } = require('react-native');
const { _ } = require('lib/locale.js');
const { themeStyle } = require('lib/components/global-style.js');
class AppNavComponent extends Component {