Skip to content

Commit

Permalink
fix(rules): hotjar is a saas
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 5, 2023
1 parent 636f6d8 commit f597fdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rules/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import './esbuild.js';
import './eslint.js';
import './express.js';
import './fastify.js';
import './hotjar.js';
import './koa.js';
import './nextjs.js';
import './prettier.js';
Expand Down
2 changes: 1 addition & 1 deletion src/rules/js/hotjar.ts → src/rules/saas/hotjar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { register } from '../../register.js';
register({
tech: 'hotjar',
name: 'Hotjar',
type: 'tool',
type: 'saas',
dependencies: [{ type: 'npm', name: '@hotjar/browser' }],
});
1 change: 1 addition & 0 deletions src/rules/saas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import './facebook.js';
import './figma.js';
import './gitbook.js';
import './github.js';
import './hotjar.js';
import './hubspot.js';
import './huggingface.js';
import './klaviyo.js';
Expand Down

0 comments on commit f597fdc

Please sign in to comment.