summaryrefslogtreecommitdiff
path: root/.prettierignore
AgeCommit message (Expand)Author
2023-01-23LibJS: Add DisposableStack{, Prototype, Constructor}davidot
2023-01-23LibJS: Add using declaration support in for and for of loopsdavidot
2023-01-23LibJS: Add using declaration support, RAII like operation in jsdavidot
2022-09-02LibJS: Handle empty named exportdavidot
2022-08-26Meta: Remove a couple of files from .prettierignoreLinus Groh
2021-11-21CI: Bump prettier to latest version (2.4.1)Linus Groh
2021-08-19LibJS: Allow Unicode escape sequences in identifiersTimothy Flynn
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2020-12-27Meta: Add lint-prettier.shLinus Groh
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-08-24Meta: Move prettier config files to the root of the repositoryAnotherTest