Skip to content

Commit

Permalink
chore: fix package.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Dec 29, 2024
1 parent 56a8f70 commit 6351153
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
"test:updateSnapshot": "jest --updateSnapshot",
"reassure": "reassure"
},
"keywords": [
"react-native",
"markdown",
"react-native markdown"
],
"keywords": ["react-native", "markdown", "react-native markdown"],
"repository": "https://github.com/gmsgowtham/react-native-marked",
"author": "Gowtham G <webappsbygowtham@gmail.com> (https://github.com/gmsgowtham)",
"license": "MIT",
Expand Down Expand Up @@ -95,17 +91,13 @@
"<rootDir>/examples/*/node_modules",
"<rootDir>/dist/"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native|@react-native-community|react-native-table-component)"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [
2,
Expand Down

0 comments on commit 6351153

Please sign in to comment.