mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-22 21:04:25 +00:00
chore: update frontend folder
This commit is contained in:
8
frontend/extension/.prettierrc.js
Normal file
8
frontend/extension/.prettierrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
printWidth: 140,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
plugins: [require.resolve("@trivago/prettier-plugin-sort-imports")],
|
||||
importOrder: ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "^@/((?!css).+)", "^[./]", "^[../]", "^(.+).css"],
|
||||
};
|
Reference in New Issue
Block a user