summaryrefslogtreecommitdiff
path: root/.prettierignore
AgeCommit message (Collapse)Author
2020-12-27Meta: Add lint-prettier.shLinus Groh
This is a script similar to the clang-format one to ensure prettier formatting of most JavaScript files.
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest