diff options
author | Peter Renström <renstrom.peter@gmail.com> | 2017-09-06 16:21:26 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-09-06 15:21:26 +0100 |
commit | 03f1c1e81bdf1fd41b535f6a0260d47ba1bf60dc (patch) | |
tree | 372ace207ef4b89d9b61b5d0d364dc3e01fd9dfb /test/prettier-test-files | |
parent | c277cdef8cb24512583093d7a9b7d68a14e6d82b (diff) | |
download | ale-03f1c1e81bdf1fd41b535f6a0260d47ba1bf60dc.zip |
Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)
* Add prettier fixer support for typescript
* Add prettier fixer support for css and scss
* Add prettier fixer support for json
* Use getbufvar() to get &filetype
Diffstat (limited to 'test/prettier-test-files')
-rw-r--r-- | test/prettier-test-files/testfile.css | 0 | ||||
-rw-r--r-- | test/prettier-test-files/testfile.json | 0 | ||||
-rw-r--r-- | test/prettier-test-files/testfile.scss | 0 | ||||
-rw-r--r-- | test/prettier-test-files/testfile.ts | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/prettier-test-files/testfile.css b/test/prettier-test-files/testfile.css new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/prettier-test-files/testfile.css diff --git a/test/prettier-test-files/testfile.json b/test/prettier-test-files/testfile.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/prettier-test-files/testfile.json diff --git a/test/prettier-test-files/testfile.scss b/test/prettier-test-files/testfile.scss new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/prettier-test-files/testfile.scss diff --git a/test/prettier-test-files/testfile.ts b/test/prettier-test-files/testfile.ts new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/prettier-test-files/testfile.ts |