diff options
| author | realtradam <[email protected]> | 2024-07-27 16:44:01 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-07-27 16:44:01 -0400 |
| commit | f75c5d9264d71298711321d83a9c6b23327b3f56 (patch) | |
| tree | b7f964a1e37cdead6a198e1138cc1f06331b0eb5 /frontend/postcss.config.js | |
| parent | b1112afc5162bb299d528974594dcf7c2ec46266 (diff) | |
| download | spring-blog-f75c5d9264d71298711321d83a9c6b23327b3f56.tar.gz spring-blog-f75c5d9264d71298711321d83a9c6b23327b3f56.zip | |
fix linting
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 2e7af2b..2aa7205 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; |
