Skip to content

Commit 7309d77

Browse files
Philipp SiegmantelTheSpacyCat
authored andcommitted
run prettier everywhere
1 parent 5c9084c commit 7309d77

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: yarn install --frozen-lockfile
1919

2020
- name: Run prettier
21-
run: yarn prettier -c src test package.json tsconfig.json tsfmt.json jest.config.js .github/workflows/*.yml
21+
run: yarn prettier -c '{**/*,*}.{js,ts,jsx,tsx,json,yml}'
2222

2323
- name: Build and test frontend
2424
run: yarn build

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
...require("./node_modules/@grafana/toolkit/src/config/prettier.plugin.config.json"),
2+
...require('./node_modules/@grafana/toolkit/src/config/prettier.plugin.config.json'),
33
};

0 commit comments

Comments
 (0)