Skip to content

Commit f9a7ac6

Browse files
committed
task: updated eslint config files
1 parent 5d716b1 commit f9a7ac6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import eslintPlugin from '@typescript-eslint/eslint-plugin'
22
import eslintParser from '@typescript-eslint/parser'
33
import js from '@eslint/js'
44
import globals from 'globals'
5+
import prettierSkipFormatting from '@vue/eslint-config-prettier/skip-formatting'
56

67
export default [
78
{
@@ -74,4 +75,6 @@ export default [
7475
],
7576
},
7677
},
78+
79+
prettierSkipFormatting,
7780
]

packages/ui/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import eslintPlugin from '@typescript-eslint/eslint-plugin'
22
import eslintParser from '@typescript-eslint/parser'
33
import js from '@eslint/js'
44
import globals from 'globals'
5+
import prettierSkipFormatting from '@vue/eslint-config-prettier/skip-formatting'
56

67
export default [
78
{
@@ -75,4 +76,6 @@ export default [
7576
],
7677
},
7778
},
79+
80+
prettierSkipFormatting,
7881
]

0 commit comments

Comments
 (0)