mirror of
https://github.com/ArthurDanjou/nuxt-starter.git
synced 2026-01-28 19:00:28 +01:00
Lint code
This commit is contained in:
@@ -14,12 +14,12 @@ export default <Partial<Config>>{
|
||||
'./Error.{js,ts,vue}',
|
||||
'./error.{js,ts,vue}',
|
||||
'./app.config.{js,ts}',
|
||||
'content/**/*.md'
|
||||
'content/**/*.md',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [typography]
|
||||
plugins: [typography],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user