Skip to content

Commit

Permalink
Merge pull request #577 from HubSpot/feature/updatePrettier
Browse files Browse the repository at this point in the history
Update prettier and rm unused depedencies
  • Loading branch information
ksvirkou-hubspot authored Feb 18, 2025
2 parents befb784 + 0f75fcc commit 63dece1
Show file tree
Hide file tree
Showing 3 changed files with 1,416 additions and 1,061 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import globals from "globals";
import importPlugin from 'eslint-plugin-import';
import eslint from '@eslint/js';
import eslintConfigPrettier from "eslint-config-prettier";
import tsParser from '@typescript-eslint/parser';
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
tseslint.configs.recommended,
importPlugin.flatConfigs.recommended,
eslintConfigPrettier,
{
languageOptions: {
globals: globals.node,
Expand Down
Loading

0 comments on commit 63dece1

Please sign in to comment.