Skip to content

Commit

Permalink
chore: apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Jan 11, 2020
1 parent d57a039 commit 26edd12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
presets: ["module:metro-react-native-babel-preset"],
presets: ['module:metro-react-native-babel-preset'],
plugins: [
[
"module-resolver",
'module-resolver',
{
alias: {
"@react-native-community/progressview": "./js"
'@react-native-community/progressview': './js',
},
cwd: "babelrc"
}
]
]
cwd: 'babelrc',
},
],
],
};
8 changes: 4 additions & 4 deletions example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false
}
})
}
inlineRequires: false,
},
}),
},
};
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* @flow */

export {default} from './ProgressViewIOS.ios';
export {default} from './ProgressViewIOS.ios';

0 comments on commit 26edd12

Please sign in to comment.