react-table/lint-staged.config.js
Larry Botha e2bb09d8b2 Feature/add prettier config, ref #1383 (#1384)
* 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
2019-07-01 21:03:57 -06:00

4 lines
64 B
JavaScript

module.exports = {
'*.js': ['prettier --write', 'git add'],
}