Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9d9c962

Browse files
committed
fix: rename devModules to buildModules
1 parent 140f7a2 commit 9d9c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/nuxt/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = {
8282
/*
8383
** Nuxt.js dev-modules
8484
*/
85-
devModules: [
85+
buildModules: [
8686
<%_ if (eslint) { _%>
8787
// Doc: https://github.com/nuxt-community/eslint-module
8888
'@nuxtjs/eslint-module',

0 commit comments

Comments
 (0)