set up eslint and prettier
This commit is contained in:
@@ -1 +1,14 @@
|
||||
export { default } from "ultracite/prettier";
|
||||
/** @type {import('prettier').Config} */
|
||||
const config = {
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
trailingComma: "es5",
|
||||
bracketSpacing: true,
|
||||
arrowParens: "always",
|
||||
proseWrap: "never",
|
||||
printWidth: 80,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user