Skip to content
Snippets Groups Projects
Commit b10d8d08 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:shirt: prettier, eslint

parent 325b8801
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
const config = [ const config = [
{ {
ignores: ["**/*.config.cjs"],
plugins: { plugins: {
jsdoc, jsdoc,
}, },
......
/** @type {import('prettier').Config} */ /** @type {import('prettier').Config} */
const config = { const config = {
plugins: [
require.resolve("@prettier/plugin-xml"),
require.resolve("prettier-plugin-toml"),
],
bracketSpacing: false, bracketSpacing: false,
printWidth: 88, printWidth: 88,
proseWrap: "always", proseWrap: "always",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment