mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* add prettier config * write files with prettier * install and configure lint-staged and husky - ref 1.2 in #1383 * feat(style): add prettier configs, ref 1.1 & 1.2 in #1383
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true,
|
|
}
|