Skip to content

Commit e7e84ea

Browse files
committed
update configs
1 parent 74b9393 commit e7e84ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "vite",
99
"build": "vue-tsc --noEmit && vite build",
10-
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint 'src/**/*.*'",
10+
"lint": "eslint 'src/**/*.*'",
1111
"serve": "vite preview"
1212
},
1313
"packageManager": "[email protected]",

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function range(length = 1, from = 0, prefix) {
55
}
66

77
/** @type {import('tailwindcss').Config} */
8-
module.exports = {
8+
export default {
99
content: ['./public/**/*.html', './src/**/*.vue', './src/**/*.ts'],
1010
safelist: [
1111
...range(10, 0, 'gap-'),

0 commit comments

Comments
 (0)