mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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>
10 lines
87 B
JSON
10 lines
87 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"indent": [
|
|
true,
|
|
"tabs"
|
|
]
|
|
}
|
|
}
|