DefinitelyTyped/types/prismjs/tslint.json
ExE Boss 4b98ebab60 feat(prismjs): Update @types/prism to Prism 1.16 (#34201)
* feat(prismjs): Update `@types/prism` to Prism 1.16

Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com>

* fix(prismjs): Use `tslint:disable-next-line` comments

* chore(prismjs): Require TypeScript 2.8

* refactor(prismjs): Rename `TokenNode` to `TokenStream`

Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com>

* feat(prismjs): Add `comment` and `class‑name` as known `Grammar` keys

Co-Authored-By: Michael Schmidt <mitchi5000.ms@googlemail.com>
2019-03-26 12:40:07 -07:00

10 lines
87 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"indent": [
true,
"tabs"
]
}
}