Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Mar 31, 2024
1 parent d0d7b70 commit 6a823d3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 201 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
{
"singleQuote": true,
"parser": "typescript",
"printWidth": 120
"printWidth": 120,
"endOfLine": "auto"
}
],

Expand Down
1 change: 1 addition & 0 deletions apps/remote/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
vite.config.ts.js

# Fonts should be pulled locally
./public/Fonts/fbw-a32nx/*
Expand Down
2 changes: 1 addition & 1 deletion apps/remote/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default {
tailwindcss: {},

Check failure on line 3 in apps/remote/postcss.config.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `␍`
autoprefixer: {},

Check failure on line 4 in apps/remote/postcss.config.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `␍`
},

Check failure on line 5 in apps/remote/postcss.config.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `␍`
}
};

Check failure on line 6 in apps/remote/postcss.config.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `␍`
10 changes: 0 additions & 10 deletions apps/remote/vite.config.ts.js

This file was deleted.

189 changes: 0 additions & 189 deletions apps/server/src/interfaces/types/messages.ts

This file was deleted.

0 comments on commit 6a823d3

Please sign in to comment.