Skip to content

Commit

Permalink
chore: bump version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
452MJ committed Jan 28, 2021
1 parent 9e1f7d6 commit e6ecd26
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-jerry",
"version": "2.1.2",
"version": "2.1.3",
"description": "Jerry's react-native-template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 6 additions & 0 deletions template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ module.exports = {
node: true,
es6: true,
},
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
},
},
extends: [
'@react-native-community',
'airbnb',
Expand Down

0 comments on commit e6ecd26

Please sign in to comment.