|
2 | 2 | "extends": [ |
3 | 3 | "plugin:github/browser", |
4 | 4 | "plugin:github/es6", |
5 | | - "plugin:github/flow" |
| 5 | + "plugin:github/typescript" |
6 | 6 | ], |
7 | | - "parser": "babel-eslint", |
| 7 | + "globals": { |
| 8 | + "MarkdownToolbarElement": "readable", |
| 9 | + "MarkdownHeaderButtonElement": "readable", |
| 10 | + "MarkdownBoldButtonElement": "readable", |
| 11 | + "MarkdownItalicButtonElement": "readable", |
| 12 | + "MarkdownQuoteButtonElement": "readable", |
| 13 | + "MarkdownCodeButtonElement": "readable", |
| 14 | + "MarkdownLinkButtonElement": "readable", |
| 15 | + "MarkdownImageButtonElement": "readable", |
| 16 | + "MarkdownUnorderedListButtonElement": "readable", |
| 17 | + "MarkdownOrderedListButtonElement": "readable", |
| 18 | + "MarkdownTaskListButtonElement": "readable", |
| 19 | + "MarkdownMentionButtonElement": "readable", |
| 20 | + "MarkdownRefButtonElement": "readable" |
| 21 | + }, |
8 | 22 | "overrides": [ |
9 | 23 | { |
10 | 24 | "files": "test/**/*.js", |
11 | 25 | "rules": { |
12 | | - "flowtype/require-valid-file-annotation": "off", |
13 | 26 | "github/unescaped-html-literal": "off" |
14 | 27 | } |
15 | | - }, |
16 | | - { |
17 | | - "files": "prettier.config.js", |
18 | | - "rules": { |
19 | | - "flowtype/require-valid-file-annotation": "off" |
20 | | - } |
21 | 28 | } |
22 | 29 | ] |
23 | 30 | } |
0 commit comments