Skip to content

Commit

Permalink
♻️ refactor: import順の整理
Browse files Browse the repository at this point in the history
  • Loading branch information
XeicuLy committed Dec 7, 2024
1 parent 106ec68 commit 2497dcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import tsEslintParser from '@typescript-eslint/parser';
import vuePrettierConfig from '@vue/eslint-config-prettier';
import eslintReactiveValueSuffix from 'eslint-plugin-reactive-value-suffix';
import globals from 'globals';
import vueEslintParser from 'vue-eslint-parser';
import withNuxt from './.nuxt/eslint.config.mjs';
import eslintCustomRulesPlugin from './settings/rules/index.js';
import eslintReactiveValueSuffix from 'eslint-plugin-reactive-value-suffix';
import tsEslintParser from '@typescript-eslint/parser';
import vueEslintParser from 'vue-eslint-parser';

export default withNuxt([
{
ignores: ['.cz-config.cts', 'prettier.config.mjs', 'eslint.config.mjs', 'settings/rules/**/*'],
ignores: ['.cz-config.cts', 'prettier.config.mjs', 'settings/rules/**/*'],
languageOptions: {
parser: vueEslintParser,
parserOptions: {
Expand Down

0 comments on commit 2497dcb

Please sign in to comment.