Skip to content

Commit bba872a

Browse files
author
Ilia Pikulev
committed
Svelte v5 migration
1 parent 3693170 commit bba872a

36 files changed

+964
-1345
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = {
33
root: true,
44
extends: [
55
'eslint:recommended',
6-
'plugin:svelte/recommended',
7-
'plugin:tailwindcss/recommended'
6+
'plugin:svelte/recommended'
7+
// 'plugin:tailwindcss/recommended'
88
],
99
parserOptions: {
1010
sourceType: 'module',
@@ -13,8 +13,7 @@ module.exports = {
1313
},
1414
env: {
1515
browser: true,
16-
es2017: true,
17-
node: true
16+
es2017: true
1817
},
1918
plugins: [
2019
'prettier'

0 commit comments

Comments
 (0)