ci: remove prettier and use eslint for formatting
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ export default defineNuxtConfig({
|
||||
tslib: 'tslib/tslib.es6.js'
|
||||
},
|
||||
build: {
|
||||
extend(config) {
|
||||
extend (config) {
|
||||
config.module.rules.push({
|
||||
include: /node_modules/,
|
||||
test: /\.mjs$/,
|
||||
@@ -15,7 +15,7 @@ export default defineNuxtConfig({
|
||||
})
|
||||
},
|
||||
babel: {
|
||||
presets({ isServer }) {
|
||||
presets ({ isServer }) {
|
||||
return [
|
||||
[
|
||||
// require.resolve('@nuxt/babel-preset-app'),
|
||||
|
||||
Reference in New Issue
Block a user