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
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
module.exports = {
|
|
'*.js': ['prettier --write', 'git add'],
|
|
}
|