Skip to content

Commit

Permalink
fixed import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPontrandolfo committed Sep 16, 2024
1 parent 5dc6228 commit 21704e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sheriff-webservices/src/getAllRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import jest from 'eslint-plugin-jest';
import jsdoc from 'eslint-plugin-jsdoc';
import reactAccessibility from 'eslint-plugin-jsx-a11y';
import lodashPlugin from 'eslint-plugin-lodash-f';
import remedaPlugin from 'eslint-plugin-remeda';
import playwright from 'eslint-plugin-playwright';
import react from 'eslint-plugin-react';
import reactHooks from 'eslint-plugin-react-hooks';
import reactRefresh from 'eslint-plugin-react-refresh';
import remedaPlugin from 'eslint-plugin-remeda';
import simpleImportSort from 'eslint-plugin-simple-import-sort';
import sonarjs from 'eslint-plugin-sonarjs';
import storybook from 'eslint-plugin-storybook';
Expand Down

0 comments on commit 21704e1

Please sign in to comment.