diff --git a/.prettierignore b/.prettierignore index 5cad6e04b900..01419fde288c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,17 @@ # The GH actions don't seem to compile and verify themselves well when Prettier is applied to them .github/actions/javascript/**/index.js +.well-known desktop/dist/**/*.js dist/**/*.js +assets/animations +android +ios +vendor +package.json +package-lock.json +*.html +*.yml +*.yaml +*.css +*.scss +*.md \ No newline at end of file diff --git a/package.json b/package.json index 8bbf35dbe003..8237c7bc3019 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint": "eslint . --max-warnings=0 --cache --cache-location=node_modules/.cache/eslint", "lint-watch": "npx eslint-watch --watch --changed", "shellcheck": "./scripts/shellCheck.sh", - "prettier": "prettier --write \"**/*.js\"", + "prettier": "prettier --write .", "prettier-watch": "onchange \"**/*.js\" -- prettier --write --ignore-unknown {{changed}}", "print-version": "echo $npm_package_version", "storybook": "start-storybook -p 6006",