Minor update prettierrc override
This commit is contained in:
parent
3adadd3f7c
commit
35cbf9a12a
1 changed files with 6 additions and 6 deletions
|
|
@ -4,13 +4,13 @@ module.exports = {
|
||||||
semi: true,
|
semi: true,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
trailingComma: 'none',
|
trailingComma: 'all',
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: '*.js, *.jsx',
|
files: ['*.js'],
|
||||||
options: {
|
options: {
|
||||||
trailingComma: 'all' // or es5
|
trailingComma: 'all',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue