Skip to content

Commit

Permalink
chore(lint): add lint config (same as docus) to starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 11, 2023
1 parent a3d95c6 commit 234aa91
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .starters/default/.eslintignore
@@ -0,0 +1,4 @@
dist
node_modules
.output
.nuxt
8 changes: 8 additions & 0 deletions .starters/default/.eslintrc.cjs
@@ -0,0 +1,8 @@
module.exports = {
root: true,
extends: '@nuxt/eslint-config',
rules: {
'vue/max-attributes-per-line': 'off',
'vue/multi-word-component-names': 'off'
}
}
4 changes: 3 additions & 1 deletion .starters/default/package.json
Expand Up @@ -11,6 +11,8 @@
"devDependencies": {
"nuxt": "^3.4.3",
"@nuxt-themes/alpine": "^1.5.4",
"@nuxt/devtools": "^0.4.6"
"@nuxt/devtools": "^0.4.6",
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.40.0"
}
}

0 comments on commit 234aa91

Please sign in to comment.