Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
refactor(eslint): rename unicorn import (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
1 parent 3dd10d4 commit e724bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { defineFlatConfig } from 'eslint-define-config';
import { extend } from '@archoleat/eslint-flat-compatibility';

import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginUnicorn from 'eslint-plugin-unicorn';
import globals from 'globals';
import typescriptParser from '@typescript-eslint/parser';
import unicorn from 'eslint-plugin-unicorn';

export default defineFlatConfig([
...extend(
Expand All @@ -13,7 +13,7 @@ export default defineFlatConfig([
'plugin:import/recommended',
'plugin:import/typescript',
),
unicorn.configs['flat/recommended'],
eslintPluginUnicorn.configs['flat/recommended'],
{
languageOptions: {
ecmaVersion: 'latest',
Expand Down

0 comments on commit e724bb4

Please sign in to comment.