mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Cleanup dev environment
This commit is contained in:
parent
3e7a39e250
commit
c49bcf070e
8 changed files with 135 additions and 1366 deletions
|
|
@ -1,17 +1,6 @@
|
|||
const merge = require('lodash/merge')
|
||||
const prettierConfigStandard = require('prettier-config-standard')
|
||||
|
||||
/** @type {import("prettier").Config} */
|
||||
const config = merge(prettierConfigStandard, {
|
||||
plugins: [require.resolve('prettier-plugin-astro')],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.astro',
|
||||
options: {
|
||||
parser: 'astro'
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
const config = {...prettierConfigStandard, printWidth: 120}
|
||||
|
||||
module.exports = config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue