Skip to content

Commit

Permalink
Merge branch 'stable' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
f-23 authored May 24, 2023
2 parents fd8d9d8 + aac4ebc commit 970e088
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"name": "react-native-passkey",
Expand All @@ -112,7 +114,10 @@
},
"eslintConfig": {
"root": true,
"extends": ["@react-native-community", "prettier"],
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
Expand All @@ -126,7 +131,10 @@
]
}
},
"eslintIgnore": ["node_modules/", "lib/"],
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
Expand Down

0 comments on commit 970e088

Please sign in to comment.