diff --git a/.prettierrc.js b/.prettierrc.js index 8c2cb14..9260faa 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -2,4 +2,5 @@ module.exports = { singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', + semi: true, }; diff --git a/index.js b/index.js index 7067641..d46f65f 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,3 @@ -/** - * @format - */ - import { AppRegistry } from 'react-native'; import App from './src/screens/App'; import { name as appName } from './app.json';