Skip to content

Commit

Permalink
undo mistakes and update formatting ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
lowtorola committed Aug 14, 2023
1 parent 71321c3 commit cc20e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions frontend2/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
"*.json",
".eslintrc.js",
"tailwind.config.js",
"**/types/**",
"src/utils/types",
],
parserOptions: {
project: "tsconfig.json",
Expand All @@ -28,7 +28,6 @@ module.exports = {
},
plugins: ["react"],
rules: {
indent: ["error", 2],
semi: ["error", "always"], // require semicolons ending statements
},
settings: {
Expand Down
3 changes: 3 additions & 0 deletions frontend2/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# production
/build

# auto-generated type
src/utils/types

/coverage

package-lock.json

0 comments on commit cc20e51

Please sign in to comment.