mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Migrate to Sequelize V7
This commit is contained in:
parent
a5a5f4ee2a
commit
a79cc8e172
45 changed files with 329 additions and 422 deletions
|
|
@ -1,14 +1,15 @@
|
|||
/** @type {import("prettier").Config} */
|
||||
module.exports = {
|
||||
...require("prettier-config-standard"),
|
||||
...require('prettier-config-standard'),
|
||||
|
||||
pluginSearchDirs: [__dirname],
|
||||
plugins: [require.resolve("prettier-plugin-astro")],
|
||||
plugins: [require.resolve('prettier-plugin-astro')],
|
||||
overrides: [
|
||||
{
|
||||
files: "*.astro",
|
||||
files: '*.astro',
|
||||
options: {
|
||||
parser: "astro",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
parser: 'astro'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue