Skip to content

Commit 698686c

Browse files
committed
lint skip *.md
1 parent 84e6abb commit 698686c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"rules": {
44
"vue/multi-word-component-names": "off",
55
"@typescript-eslint/consistent-type-definitions": ["off"]
6-
}
6+
},
7+
"ignorePatterns": ["**/*.md"]
78
}

docs/content/2.get-started/1.guide/2.setup.md

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ import 'vue-final-modal/style.css'
6565
export default defineNuxtConfig({
6666
css: ['vue-final-modal/style.css'],
6767
})
68-
6968
```
7069

7170
## Add `<ModalsContainer>` to Vue tree

0 commit comments

Comments
 (0)