Skip to content

Commit

Permalink
fix eslint failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Feb 13, 2024
1 parent 466d7b9 commit e0bf575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
module.exports = {

Check failure on line 1 in frontend/postcss.config.js

View workflow job for this annotation

GitHub Actions / build

'module' is not defined
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
};

0 comments on commit e0bf575

Please sign in to comment.