initial tool setup and basic styles
This commit is contained in:
16
.prettierrc.js
Normal file
16
.prettierrc.js
Normal file
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'es5',
|
||||
plugins: ['prettier-plugin-organize-imports'],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.mdx',
|
||||
options: {
|
||||
parser: 'mdx',
|
||||
tabWidth: 4
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user