File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import eslintPlugin from '@typescript-eslint/eslint-plugin'
22import eslintParser from '@typescript-eslint/parser'
33import js from '@eslint/js'
44import globals from 'globals'
5+ import prettierSkipFormatting from '@vue/eslint-config-prettier/skip-formatting'
56
67export default [
78 {
@@ -74,4 +75,6 @@ export default [
7475 ] ,
7576 } ,
7677 } ,
78+
79+ prettierSkipFormatting ,
7780]
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import eslintPlugin from '@typescript-eslint/eslint-plugin'
22import eslintParser from '@typescript-eslint/parser'
33import js from '@eslint/js'
44import globals from 'globals'
5+ import prettierSkipFormatting from '@vue/eslint-config-prettier/skip-formatting'
56
67export default [
78 {
@@ -75,4 +76,6 @@ export default [
7576 ] ,
7677 } ,
7778 } ,
79+
80+ prettierSkipFormatting ,
7881]
You can’t perform that action at this time.
0 commit comments