Skip to content

Commit

Permalink
move to right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceninja committed Nov 14, 2024
1 parent 71a7178 commit 53b12b5
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -8,8 +8,8 @@ import pluginUnicorn from 'eslint-plugin-unicorn';
import globals from 'globals';
import pluginTypeScript from 'typescript-eslint';

import configStandard from './eslint-standard-config.js';
import configStylistic from './eslint-stylistic-config.js';
import configStandard from './src/eslint-standard-config.js';
import configStylistic from './src/eslint-stylistic-config.js';
import rulePreferEarlyReturn from './src/rules/prefer-early-return/index.js';

// Create a plugin containing our custom rules
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 53b12b5

Please sign in to comment.