Skip to content

Commit

Permalink
format stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 14, 2022
1 parent b870e1b commit 79cd444
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/.cache
/build
/public/build
/postgres-data
.env
/app/styles/tailwind.css
4 changes: 2 additions & 2 deletions cypress/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: './tsconfig.json',
project: "./tsconfig.json",
},
}
};
4 changes: 2 additions & 2 deletions cypress/support/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '@testing-library/cypress/add-commands'
import './commands'
import "@testing-library/cypress/add-commands";
import "./commands";

0 comments on commit 79cd444

Please sign in to comment.