9413ea99ce
The `npm run format` command now matches the husky `lint-staged`-commands. Also upgraded to prettier v3.
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|