Skip to content

Commit

Permalink
chore: version 3.17.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Apr 19, 2024
2 parents 0f63619 + 7862f92 commit 0ee0852
Show file tree
Hide file tree
Showing 26 changed files with 8,519 additions and 6,810 deletions.
4 changes: 0 additions & 4 deletions .docs/.eslintignore

This file was deleted.

19 changes: 0 additions & 19 deletions .docs/.eslintrc

This file was deleted.

19 changes: 19 additions & 0 deletions .docs/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'

export default createConfigForNuxt({
features: {
typescript: true
}
}).prepend({
rules: {
'vue/max-attributes-per-line': 'off',
'vue/no-multiple-template-root': 'off',
'vue/no-restricted-syntax': 'error'
},
ignores: [
'dist',
'node_modules',
'.output',
'.nuxt'
]
})
7 changes: 3 additions & 4 deletions .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "armonik-api-docs",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"prepare": "nuxi prepare",
"dev": "nuxi dev",
Expand All @@ -19,9 +18,9 @@
"nuxt": "^3.6.5"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxt/eslint-config": "^0.3.8",
"case-police": "^0.6.1",
"eslint": "^8.47.0",
"markdownlint-cli": "^0.35.0"
"eslint": "^9.0.0",
"markdownlint-cli": "^0.34.0"
}
}
Loading

0 comments on commit 0ee0852

Please sign in to comment.