dprint-development 0.10.2

Helper functions for testing dprint plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "target": "es6",
    "module": "esnext",
    "strict": true,
    "checkJs": true,
    "noEmit": true,
    "noImplicitThis": false
  }
}