1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Add Prettier configuration (#574)

This commit is contained in:
Oscar Hinton
2021-12-16 12:45:01 +01:00
committed by GitHub
parent 512c5c2837
commit 8b2dfc6cdc
9 changed files with 2430 additions and 891 deletions

View File

@@ -51,8 +51,8 @@ jobs:
- name: Install Node dependencies
run: npm install
- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint
- name: Build
run: npm run build