diff --git a/package.json b/package.json index e0abe0ff..1b2f39e8 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/gmsgowtham)", "license": "MIT", @@ -95,17 +91,13 @@ "/examples/*/node_modules", "/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,