Merge pull request #3258 from sei40kr/tslint-and-eslint-for-tsx
lang/javascript: Enable TSLint and ESLint for TypeScript-TSX
This commit is contained in:
commit
912961b46d
3 changed files with 23 additions and 16 deletions
|
@ -14,10 +14,6 @@
|
|||
:mode "\\.jinja2?\\'"
|
||||
:mode "wp-content/themes/.+/.+\\.php\\'"
|
||||
:mode "templates/.+\\.php\\'"
|
||||
;; REVIEW We associate TSX files with `web-mode' because `typescript-mode'
|
||||
;; does not officially support JSX/TSX. See
|
||||
;; https://github.com/emacs-typescript/typescript.el/issues/4
|
||||
:mode "\\.tsx\\'"
|
||||
:init
|
||||
;; If the user has installed `vue-mode' then, by appending this to
|
||||
;; `auto-mode-alist' rather than prepending it, its autoload will have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue