aboutsummaryrefslogtreecommitdiffstats
path: root/commitlint.config.js
Commit message (Collapse)AuthorAge
* style: reformat all files properlyLibravatar MCMXC2023-07-26
| | | | | | | | | | | - remove .json from .eslintignore - add type intellisense to .prettierrc.js - install missing @jest/types which is used in jest.config.js - split up typecheck and lint into two separate commands - remove --require-pragma flag from reformat-files which leads to unformatted files - install suggested @types/prop-types and @types/react-loader dependencies - add @ts-expect-error to Loader usages - reformat all scss files automatically with reformat-files command
* ci(commits): git commit comments are now enforcedLibravatar Vijay A2021-08-04
Use 'commitlint' to enforce commit comment structure.