wagoid
|
5463926c07
|
feat: update dependencies that needed to switch to ESM syntax
Some packages were updated to versions that now use ECMAScript modules,
so this repo was updated to use ES modules using Node.js built-in support.
Update was done using the great guide from @sindresorhus:
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
|
2021-07-07 15:17:00 -03:00 |
|
Jeroen de Bruijn
|
dbaa380ea6
|
chore: fix invalid lintstaged configuration (#102)
|
2021-02-25 13:43:32 +01:00 |
|
Wagner Santos
|
51913c302c
|
style: add eslint to the project
The config is based on airbnb shared config, with some rules that work better with the project.
|
2021-02-18 14:43:25 -03:00 |
|
Jeroen de Bruijn
|
7e1866e588
|
test: run tests before committing, in addition to pretty-quick
`pretty-quick` is not needed any more as lint-staged can run prettier with just the staged files,
thus getting the same behaviour.
Closes #60.
|
2020-12-03 14:32:31 +01:00 |
|